Html Css Color HEX #D13C66 Cerise

📋 copy color: '#D13C66'

red 209 ◦ green 60 ◦ blue 102

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

Shades of Cerise #D13C66

Tints of Cerise #D13C66

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.17%

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

R = 56.33%
G = 16.17%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D13C66 (or 0xD13C66) is known color: Cerise. HEX triplet: D1, 3C and 66. RGB value is (209,60,102). Sum of RGB (Red+Green+Blue) = 209+60+102=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13C66 is #2EC399. Grayscale: #6D6D6D. Windows color (decimal): -3064730 or 6700241. OLE color: 6700241.

HSL color Cylindrical-coordinate representation of color #D13C66: hue angle of 343.09º 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 #D13C66 is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 60 102 -
CMYK 0 0.71 0.51 0.18
HSL 343.09º 0.62% 0.53% -
HSV(B) 343.09º 0.71% 0.82% -
XYZ 30.31 17.75 14.4 -
YUV 109.34 123.86 199.08 -
System Red Green Blue C M Y K H S L
Decimal 209 60 102 0 0.71 0.51 0.18 343.09 0.62 0.53
Hex D1 3C 66 0 47 33 12 157 3E 35
Octal 321 74 146 0 107 63 22 527 76 65
Binary 11010001 111100 1100110 0 1000111 110011 10010 101010111 111110 110101

Color Harmonies of #D13C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13C66

Black with #D13C66

Text Example


Text Example

White with #D13C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13C66; }

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

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

background-color css

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

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

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

border-color css

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

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

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