#d13c69

Color #D13C69 Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #D13C69

Tints of Cerise #D13C69

Color information

#D13C69 (or 0xD13C69) is unknown color: approx Cerise. HEX triplet: D1, 3C and 69. RGB value is (209,60,105). Sum of RGB (Red+Green+Blue) = 209+60+105=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13C69 is #2EC396. Grayscale: #6D6D6D. Windows color (decimal): -3064727 or 6896849. OLE color: 6896849.

HSL color Cylindrical-coordinate representation of color #D13C69: hue angle of 341.88º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D13C69 is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB20960105-
CMYK00.710.500.18
HSL341.88º61.83%52.75%-
HSV(B)341.88º71.29%81.96%-
XYZ30.4617.8115.2-
YUV109.68125.36198.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 55.88%
GREEN value IS 60 (23.83% from 255) = 16.04%
BLUE value IS 105 (41.41% from 255) = 28.07%
R=55.88%
G=16.04%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096010500.710.500.18341.8861.8352.75
HexD13C6904732121563e35
Octal32174151010762225267665
Binary1101000111110011010010100011111001010010101010110111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d13c69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d13c69; }

 p { color: rgb(209,60,105); }

 H1.HeaderClassName
 {
   color: #d13c69;
 }
 .AnyTagClassName
 {
   color: #d13c69;
 }
</style>
background-color css

<style>
 a { background-color: #d13c69; }

 a { background-color: rgb(209,60,105); }

 div.DivClassName
 {
   background-color: #d13c69;
 }
 .BgClassName
 {
   background-color: #d13c69;
 }
</style>
border-color css

<style>
 span { border-color: #d13c69; }

 span { border-color: rgb(209,60,105); }

 td.TdClassName
 {
   border-color: #d13c69;
 }
 .TagClassName
 {
   border-color: #d13c69;
 }
</style>