Html Css Color HEX #D02971 Cerise

📋 copy color: '#D02971'

red 208 ◦ green 41 ◦ blue 113

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

Shades of Cerise #D02971

Tints of Cerise #D02971

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.33%

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

R = 57.46%
G = 11.33%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D02971 (or 0xD02971) is known color: Cerise. HEX triplet: D0, 29 and 71. RGB value is (208,41,113). Sum of RGB (Red+Green+Blue) = 208+41+113=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D02971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02971 is #2FD68E. Grayscale: #636363. Windows color (decimal): -3135119 or 7416272. OLE color: 7416272.

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

Color convert

RGB 208 41 113 -
CMYK 0 0.80 0.46 0.18
HSL 334.13º 0.67% 0.49% -
HSV(B) 334.13º 0.8% 0.82% -
XYZ 29.79 16.19 17.18 -
YUV 99.14 135.83 205.65 -
System Red Green Blue C M Y K H S L
Decimal 208 41 113 0 0.80 0.46 0.18 334.13 0.67 0.49
Hex D0 29 71 0 50 2E 12 14E 43 31
Octal 320 51 161 0 120 56 22 516 103 61
Binary 11010000 101001 1110001 0 1010000 101110 10010 101001110 1000011 110001

Color Harmonies of #D02971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02971

Black with #D02971

Text Example


Text Example

White with #D02971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02971; }

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

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

background-color css

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

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

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

border-color css

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

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

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