Html Css Color HEX #D03369 Cerise

📋 copy color: '#D03369'

red 208 ◦ green 51 ◦ blue 105

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

Shades of Cerise #D03369

Tints of Cerise #D03369

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.01%

 BLUE value IS 105 (41.41% from 255) = 28.85%

R = 57.14%
G = 14.01%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D03369 (or 0xD03369) is known color: Cerise. HEX triplet: D0, 33 and 69. RGB value is (208,51,105). Sum of RGB (Red+Green+Blue) = 208+51+105=364 (48% of max value = 765). Red value is 208 (81.64% from 255 or 57.14% from 364); Green value is 51 (20.31% from 255 or 14.01% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 208 - color contains mainly: red. Hex color #D03369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03369 is #2FCC96. Grayscale: #686868. Windows color (decimal): -3132567 or 6894544. OLE color: 6894544.

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

Color convert

RGB 208 51 105 -
CMYK 0 0.75 0.50 0.18
HSL 339.36º 0.63% 0.51% -
HSV(B) 339.36º 0.75% 0.82% -
XYZ 29.75 16.8 15.04 -
YUV 104.1 128.51 202.11 -
System Red Green Blue C M Y K H S L
Decimal 208 51 105 0 0.75 0.50 0.18 339.36 0.63 0.51
Hex D0 33 69 0 4B 32 12 153 3F 33
Octal 320 63 151 0 113 62 22 523 77 63
Binary 11010000 110011 1101001 0 1001011 110010 10010 101010011 111111 110011

Color Harmonies of #D03369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03369

Black with #D03369

Text Example


Text Example

White with #D03369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03369; }

 p { color: rgb(208,51,105); }

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

background-color css

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

 a { background-color: rgb(208,51,105); }

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

border-color css

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

 span { border-color: rgb(208,51,105); }

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