Html Css Color HEX #D02F66 Cerise

📋 copy color: '#D02F66'

red 208 ◦ green 47 ◦ blue 102

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

Shades of Cerise #D02F66

Tints of Cerise #D02F66

RGB

 RED value IS 208 (81.64% from 255) = 58.26%

 GREEN value IS 47 (18.75% from 255) = 13.17%

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

R = 58.26%
G = 13.17%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D02F66 (or 0xD02F66) is known color: Cerise. HEX triplet: D0, 2F and 66. RGB value is (208,47,102). Sum of RGB (Red+Green+Blue) = 208+47+102=357 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.26% from 357); Green value is 47 (18.75% from 255 or 13.17% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 208 - color contains mainly: red. Hex color #D02F66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02F66 is #2FD099. Grayscale: #656565. Windows color (decimal): -3133594 or 6696912. OLE color: 6696912.

HSL color Cylindrical-coordinate representation of color #D02F66: hue angle of 339.5º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D02F66 is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 47 102 -
CMYK 0 0.77 0.51 0.18
HSL 339.5º 0.63% 0.5% -
HSV(B) 339.5º 0.77% 0.82% -
XYZ 29.43 16.4 14.19 -
YUV 101.41 128.34 204.03 -
System Red Green Blue C M Y K H S L
Decimal 208 47 102 0 0.77 0.51 0.18 339.5 0.63 0.5
Hex D0 2F 66 0 4D 33 12 154 3F 32
Octal 320 57 146 0 115 63 22 524 77 62
Binary 11010000 101111 1100110 0 1001101 110011 10010 101010100 111111 110010

Color Harmonies of #D02F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02F66

Black with #D02F66

Text Example


Text Example

White with #D02F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02F66; }

 p { color: rgb(208,47,102); }

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

background-color css

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

 a { background-color: rgb(208,47,102); }

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

border-color css

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

 span { border-color: rgb(208,47,102); }

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