Html Css Color HEX #D13E66 Cerise

📋 copy color: '#D13E66'

red 209 ◦ green 62 ◦ blue 102

#D13E66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #D13E66

Tints of Cerise #D13E66

RGB

 RED value IS 209 (82.03% from 255) = 56.03%

 GREEN value IS 62 (24.61% from 255) = 16.62%

 BLUE value IS 102 (40.23% from 255) = 27.35%

R = 56.03%
G = 16.62%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D13E66 (or 0xD13E66) is known color: Cerise. HEX triplet: D1, 3E and 66. RGB value is (209,62,102). Sum of RGB (Red+Green+Blue) = 209+62+102=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 62 (24.61% from 255 or 16.62% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D13E66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13E66 is #2EC199. Grayscale: #6E6E6E. Windows color (decimal): -3064218 or 6700753. OLE color: 6700753.

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

Color convert

RGB 209 62 102 -
CMYK 0 0.70 0.51 0.18
HSL 343.67º 0.62% 0.53% -
HSV(B) 343.67º 0.7% 0.82% -
XYZ 30.42 17.96 14.43 -
YUV 110.51 123.2 198.25 -
System Red Green Blue C M Y K H S L
Decimal 209 62 102 0 0.70 0.51 0.18 343.67 0.62 0.53
Hex D1 3E 66 0 46 33 12 158 3E 35
Octal 321 76 146 0 106 63 22 530 76 65
Binary 11010001 111110 1100110 0 1000110 110011 10010 101011000 111110 110101

Color Harmonies of #D13E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13E66

Black with #D13E66

Text Example


Text Example

White with #D13E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13E66; }

 p { color: rgb(209,62,102); }

 H1.HeaderClassName
 {
   color: #D13E66;
 }
 .AnyTagClassName
 {
   color: #D13E66;
 }
</style>

background-color css

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

 a { background-color: rgb(209,62,102); }

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

border-color css

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

 span { border-color: rgb(209,62,102); }

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