Html Css Color HEX #D22480 Deep Cerise

📋 copy color: '#D22480'

red 210 ◦ green 36 ◦ blue 128

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

Shades of Deep Cerise #D22480

Tints of Deep Cerise #D22480

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.63%

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

R = 56.15%
G = 9.63%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D22480 (or 0xD22480) is known color: Deep Cerise. HEX triplet: D2, 24 and 80. RGB value is (210,36,128). Sum of RGB (Red+Green+Blue) = 210+36+128=374 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.15% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 210 - color contains mainly: red. Hex color #D22480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22480 is #2DDB7F. Grayscale: #626262. Windows color (decimal): -3005312 or 8398034. OLE color: 8398034.

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

Color convert

RGB 210 36 128 -
CMYK 0 0.83 0.39 0.18
HSL 328.28º 0.71% 0.48% -
HSV(B) 328.28º 0.83% 0.82% -
XYZ 31.11 16.52 21.97 -
YUV 98.51 144.65 207.52 -
System Red Green Blue C M Y K H S L
Decimal 210 36 128 0 0.83 0.39 0.18 328.28 0.71 0.48
Hex D2 24 80 0 53 27 12 148 47 30
Octal 322 44 200 0 123 47 22 510 107 60
Binary 11010010 100100 10000000 0 1010011 100111 10010 101001000 1000111 110000

Color Harmonies of #D22480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22480

Black with #D22480

Text Example


Text Example

White with #D22480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22480; }

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

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

background-color css

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

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

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

border-color css

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

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

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