Html Css Color HEX #D02371 Cerise

📋 copy color: '#D02371'

red 208 ◦ green 35 ◦ blue 113

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

Shades of Cerise #D02371

Tints of Cerise #D02371

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.83%

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

R = 58.43%
G = 9.83%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D02371 (or 0xD02371) is known color: Cerise. HEX triplet: D0, 23 and 71. RGB value is (208,35,113). Sum of RGB (Red+Green+Blue) = 208+35+113=356 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.43% from 356); Green value is 35 (14.06% from 255 or 9.83% from 356); Blue value is 113 (44.53% from 255 or 31.74% from 356); Max value from RGB is 208 - color contains mainly: red. Hex color #D02371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02371 is #2FDC8E. Grayscale: #5F5F5F. Windows color (decimal): -3136655 or 7414736. OLE color: 7414736.

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

Color convert

RGB 208 35 113 -
CMYK 0 0.83 0.46 0.18
HSL 332.95º 0.71% 0.48% -
HSV(B) 332.95º 0.83% 0.82% -
XYZ 29.59 15.8 17.11 -
YUV 95.62 137.81 208.16 -
System Red Green Blue C M Y K H S L
Decimal 208 35 113 0 0.83 0.46 0.18 332.95 0.71 0.48
Hex D0 23 71 0 53 2E 12 14D 47 30
Octal 320 43 161 0 123 56 22 515 107 60
Binary 11010000 100011 1110001 0 1010011 101110 10010 101001101 1000111 110000

Color Harmonies of #D02371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02371

Black with #D02371

Text Example


Text Example

White with #D02371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02371; }

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

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

background-color css

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

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

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

border-color css

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

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

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