Html Css Color HEX #D02870 Cerise

📋 copy color: '#D02870'

red 208 ◦ green 40 ◦ blue 112

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

Shades of Cerise #D02870

Tints of Cerise #D02870

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.11%

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

R = 57.78%
G = 11.11%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D02870 (or 0xD02870) is known color: Cerise. HEX triplet: D0, 28 and 70. RGB value is (208,40,112). Sum of RGB (Red+Green+Blue) = 208+40+112=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 40 (16.02% from 255 or 11.11% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D02870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02870 is #2FD78F. Grayscale: #626262. Windows color (decimal): -3135376 or 7350480. OLE color: 7350480.

HSL color Cylindrical-coordinate representation of color #D02870: hue angle of 334.29º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D02870 is Cyan = 0, Magento = 0.81, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 40 112 -
CMYK 0 0.81 0.46 0.18
HSL 334.29º 0.68% 0.49% -
HSV(B) 334.29º 0.81% 0.82% -
XYZ 29.7 16.1 16.87 -
YUV 98.44 135.66 206.15 -
System Red Green Blue C M Y K H S L
Decimal 208 40 112 0 0.81 0.46 0.18 334.29 0.68 0.49
Hex D0 28 70 0 51 2E 12 14E 44 31
Octal 320 50 160 0 121 56 22 516 104 61
Binary 11010000 101000 1110000 0 1010001 101110 10010 101001110 1000100 110001

Color Harmonies of #D02870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02870

Black with #D02870

Text Example


Text Example

White with #D02870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02870; }

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

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

background-color css

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

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

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

border-color css

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

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

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