Html Css Color HEX #D22571 Cerise

📋 copy color: '#D22571'

red 210 ◦ green 37 ◦ blue 113

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

Shades of Cerise #D22571

Tints of Cerise #D22571

RGB

 RED value IS 210 (82.42% from 255) = 58.33%

 GREEN value IS 37 (14.84% from 255) = 10.28%

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

R = 58.33%
G = 10.28%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D22571 (or 0xD22571) is known color: Cerise. HEX triplet: D2, 25 and 71. RGB value is (210,37,113). Sum of RGB (Red+Green+Blue) = 210+37+113=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D22571 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22571 is #2DDA8E. Grayscale: #616161. Windows color (decimal): -3005071 or 7415250. OLE color: 7415250.

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

Color convert

RGB 210 37 113 -
CMYK 0 0.82 0.46 0.18
HSL 333.64º 0.7% 0.48% -
HSV(B) 333.64º 0.82% 0.82% -
XYZ 30.22 16.22 17.16 -
YUV 97.39 136.81 208.32 -
System Red Green Blue C M Y K H S L
Decimal 210 37 113 0 0.82 0.46 0.18 333.64 0.7 0.48
Hex D2 25 71 0 52 2E 12 14E 46 30
Octal 322 45 161 0 122 56 22 516 106 60
Binary 11010010 100101 1110001 0 1010010 101110 10010 101001110 1000110 110000

Color Harmonies of #D22571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22571

Black with #D22571

Text Example


Text Example

White with #D22571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22571; }

 p { color: rgb(210,37,113); }

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

background-color css

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

 a { background-color: rgb(210,37,113); }

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

border-color css

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

 span { border-color: rgb(210,37,113); }

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