Html Css Color HEX #D03364 Cerise

📋 copy color: '#D03364'

red 208 ◦ green 51 ◦ blue 100

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

Shades of Cerise #D03364

Tints of Cerise #D03364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.86%

R = 57.94%
G = 14.21%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D03364 (or 0xD03364) is known color: Cerise. HEX triplet: D0, 33 and 64. RGB value is (208,51,100). Sum of RGB (Red+Green+Blue) = 208+51+100=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 51 (20.31% from 255 or 14.21% from 359); Blue value is 100 (39.45% from 255 or 27.86% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D03364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03364 is #2FCC9B. Grayscale: #676767. Windows color (decimal): -3132572 or 6566864. OLE color: 6566864.

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

Color convert

RGB 208 51 100 -
CMYK 0 0.75 0.52 0.18
HSL 341.27º 0.63% 0.51% -
HSV(B) 341.27º 0.75% 0.82% -
XYZ 29.5 16.7 13.72 -
YUV 103.53 126.01 202.52 -
System Red Green Blue C M Y K H S L
Decimal 208 51 100 0 0.75 0.52 0.18 341.27 0.63 0.51
Hex D0 33 64 0 4B 34 12 155 3F 33
Octal 320 63 144 0 113 64 22 525 77 63
Binary 11010000 110011 1100100 0 1001011 110100 10010 101010101 111111 110011

Color Harmonies of #D03364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03364

Black with #D03364

Text Example


Text Example

White with #D03364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03364; }

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

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

background-color css

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

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

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

border-color css

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

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

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