Html Css Color HEX #D03470 Cerise

📋 copy color: '#D03470'

red 208 ◦ green 52 ◦ blue 112

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

Shades of Cerise #D03470

Tints of Cerise #D03470

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.98%

 BLUE value IS 112 (44.14% from 255) = 30.11%

R = 55.91%
G = 13.98%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D03470 (or 0xD03470) is known color: Cerise. HEX triplet: D0, 34 and 70. RGB value is (208,52,112). Sum of RGB (Red+Green+Blue) = 208+52+112=372 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.91% from 372); Green value is 52 (20.70% from 255 or 13.98% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 208 - color contains mainly: red. Hex color #D03470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03470 is #2FCB8F. Grayscale: #696969. Windows color (decimal): -3132304 or 7353552. OLE color: 7353552.

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

Color convert

RGB 208 52 112 -
CMYK 0 0.75 0.46 0.18
HSL 336.92º 0.62% 0.51% -
HSV(B) 336.92º 0.75% 0.82% -
XYZ 30.17 17.04 17.03 -
YUV 105.48 131.68 201.12 -
System Red Green Blue C M Y K H S L
Decimal 208 52 112 0 0.75 0.46 0.18 336.92 0.62 0.51
Hex D0 34 70 0 4B 2E 12 151 3E 33
Octal 320 64 160 0 113 56 22 521 76 63
Binary 11010000 110100 1110000 0 1001011 101110 10010 101010001 111110 110011

Color Harmonies of #D03470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03470

Black with #D03470

Text Example


Text Example

White with #D03470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03470; }

 p { color: rgb(208,52,112); }

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

background-color css

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

 a { background-color: rgb(208,52,112); }

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

border-color css

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

 span { border-color: rgb(208,52,112); }

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