Html Css Color HEX #D03066 Cerise

📋 copy color: '#D03066'

red 208 ◦ green 48 ◦ blue 102

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

Shades of Cerise #D03066

Tints of Cerise #D03066

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.41%

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

R = 58.1%
G = 13.41%
B = 28.49%

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

#D03066 (or 0xD03066) is known color: Cerise. HEX triplet: D0, 30 and 66. RGB value is (208,48,102). Sum of RGB (Red+Green+Blue) = 208+48+102=358 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.10% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 208 - color contains mainly: red. Hex color #D03066 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03066 is #2FCF99. Grayscale: #656565. Windows color (decimal): -3133338 or 6697168. OLE color: 6697168.

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

Color convert

RGB 208 48 102 -
CMYK 0 0.77 0.51 0.18
HSL 339.75º 0.63% 0.5% -
HSV(B) 339.75º 0.77% 0.82% -
XYZ 29.47 16.48 14.2 -
YUV 102 128.01 203.61 -
System Red Green Blue C M Y K H S L
Decimal 208 48 102 0 0.77 0.51 0.18 339.75 0.63 0.5
Hex D0 30 66 0 4D 33 12 154 3F 32
Octal 320 60 146 0 115 63 22 524 77 62
Binary 11010000 110000 1100110 0 1001101 110011 10010 101010100 111111 110010

Color Harmonies of #D03066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03066

Black with #D03066

Text Example


Text Example

White with #D03066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03066; }

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

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

background-color css

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

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

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

border-color css

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

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

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