Html Css Color HEX #D22580 Deep Cerise

📋 copy color: '#D22580'

red 210 ◦ green 37 ◦ blue 128

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

Shades of Deep Cerise #D22580

Tints of Deep Cerise #D22580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.13%

R = 56%
G = 9.87%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D22580 (or 0xD22580) is known color: Deep Cerise. HEX triplet: D2, 25 and 80. RGB value is (210,37,128). Sum of RGB (Red+Green+Blue) = 210+37+128=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D22580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22580 is #2DDA7F. Grayscale: #626262. Windows color (decimal): -3005056 or 8398290. OLE color: 8398290.

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

Color convert

RGB 210 37 128 -
CMYK 0 0.82 0.39 0.18
HSL 328.44º 0.7% 0.48% -
HSV(B) 328.44º 0.82% 0.82% -
XYZ 31.14 16.58 21.98 -
YUV 99.1 144.31 207.1 -
System Red Green Blue C M Y K H S L
Decimal 210 37 128 0 0.82 0.39 0.18 328.44 0.7 0.48
Hex D2 25 80 0 52 27 12 148 46 30
Octal 322 45 200 0 122 47 22 510 106 60
Binary 11010010 100101 10000000 0 1010010 100111 10010 101001000 1000110 110000

Color Harmonies of #D22580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22580

Black with #D22580

Text Example


Text Example

White with #D22580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22580; }

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

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

background-color css

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

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

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

border-color css

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

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

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