Html Css Color HEX #D02271 Cerise

📋 copy color: '#D02271'

red 208 ◦ green 34 ◦ blue 113

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

Shades of Cerise #D02271

Tints of Cerise #D02271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 31.83%

R = 58.59%
G = 9.58%
B = 31.83%

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

#D02271 (or 0xD02271) is known color: Cerise. HEX triplet: D0, 22 and 71. RGB value is (208,34,113). Sum of RGB (Red+Green+Blue) = 208+34+113=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D02271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02271 is #2FDD8E. Grayscale: #5E5E5E. Windows color (decimal): -3136911 or 7414480. OLE color: 7414480.

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

Color convert

RGB 208 34 113 -
CMYK 0 0.84 0.46 0.18
HSL 332.76º 0.72% 0.47% -
HSV(B) 332.76º 0.84% 0.82% -
XYZ 29.57 15.75 17.1 -
YUV 95.03 138.15 208.58 -
System Red Green Blue C M Y K H S L
Decimal 208 34 113 0 0.84 0.46 0.18 332.76 0.72 0.47
Hex D0 22 71 0 54 2E 12 14D 48 2F
Octal 320 42 161 0 124 56 22 515 110 57
Binary 11010000 100010 1110001 0 1010100 101110 10010 101001101 1001000 101111

Color Harmonies of #D02271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02271

Black with #D02271

Text Example


Text Example

White with #D02271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02271; }

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

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

background-color css

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

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

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

border-color css

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

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

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