Html Css Color HEX #D22570 Cerise

📋 copy color: '#D22570'

red 210 ◦ green 37 ◦ blue 112

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

Shades of Cerise #D22570

Tints of Cerise #D22570

RGB

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

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

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

R = 58.5%
G = 10.31%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D22570 (or 0xD22570) is known color: Cerise. HEX triplet: D2, 25 and 70. RGB value is (210,37,112). Sum of RGB (Red+Green+Blue) = 210+37+112=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 37 (14.84% from 255 or 10.31% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D22570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22570 is #2DDA8F. Grayscale: #616161. Windows color (decimal): -3005072 or 7349714. OLE color: 7349714.

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

Color convert

RGB 210 37 112 -
CMYK 0 0.82 0.47 0.18
HSL 333.99º 0.7% 0.48% -
HSV(B) 333.99º 0.82% 0.82% -
XYZ 30.16 16.19 16.87 -
YUV 97.28 136.31 208.4 -
System Red Green Blue C M Y K H S L
Decimal 210 37 112 0 0.82 0.47 0.18 333.99 0.7 0.48
Hex D2 25 70 0 52 2F 12 14E 46 30
Octal 322 45 160 0 122 57 22 516 106 60
Binary 11010010 100101 1110000 0 1010010 101111 10010 101001110 1000110 110000

Color Harmonies of #D22570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22570

Black with #D22570

Text Example


Text Example

White with #D22570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22570; }

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

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

background-color css

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

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

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

border-color css

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

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

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