Html Css Color HEX #D02270 Cerise

📋 copy color: '#D02270'

red 208 ◦ green 34 ◦ blue 112

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

Shades of Cerise #D02270

Tints of Cerise #D02270

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.6%

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

R = 58.76%
G = 9.6%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D02270 (or 0xD02270) is known color: Cerise. HEX triplet: D0, 22 and 70. RGB value is (208,34,112). Sum of RGB (Red+Green+Blue) = 208+34+112=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D02270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02270 is #2FDD8F. Grayscale: #5E5E5E. Windows color (decimal): -3136912 or 7348944. OLE color: 7348944.

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

Color convert

RGB 208 34 112 -
CMYK 0 0.84 0.46 0.18
HSL 333.1º 0.72% 0.47% -
HSV(B) 333.1º 0.84% 0.82% -
XYZ 29.51 15.72 16.81 -
YUV 94.92 137.65 208.66 -
System Red Green Blue C M Y K H S L
Decimal 208 34 112 0 0.84 0.46 0.18 333.1 0.72 0.47
Hex D0 22 70 0 54 2E 12 14D 48 2F
Octal 320 42 160 0 124 56 22 515 110 57
Binary 11010000 100010 1110000 0 1010100 101110 10010 101001101 1001000 101111

Color Harmonies of #D02270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02270

Black with #D02270

Text Example


Text Example

White with #D02270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02270; }

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

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

background-color css

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

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

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

border-color css

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

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

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