Html Css Color HEX #D03964 Cerise

📋 copy color: '#D03964'

red 208 ◦ green 57 ◦ blue 100

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

Shades of Cerise #D03964

Tints of Cerise #D03964

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.62%

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

R = 56.99%
G = 15.62%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D03964 (or 0xD03964) is known color: Cerise. HEX triplet: D0, 39 and 64. RGB value is (208,57,100). Sum of RGB (Red+Green+Blue) = 208+57+100=365 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.99% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 208 - color contains mainly: red. Hex color #D03964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03964 is #2FC69B. Grayscale: #6B6B6B. Windows color (decimal): -3131036 or 6568400. OLE color: 6568400.

HSL color Cylindrical-coordinate representation of color #D03964: hue angle of 342.91º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D03964 is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 57 100 -
CMYK 0 0.73 0.52 0.18
HSL 342.91º 0.62% 0.52% -
HSV(B) 342.91º 0.73% 0.82% -
XYZ 29.78 17.26 13.82 -
YUV 107.05 124.03 200 -
System Red Green Blue C M Y K H S L
Decimal 208 57 100 0 0.73 0.52 0.18 342.91 0.62 0.52
Hex D0 39 64 0 49 34 12 157 3E 34
Octal 320 71 144 0 111 64 22 527 76 64
Binary 11010000 111001 1100100 0 1001001 110100 10010 101010111 111110 110100

Color Harmonies of #D03964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03964

Black with #D03964

Text Example


Text Example

White with #D03964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03964; }

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

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

background-color css

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

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

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

border-color css

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

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

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