Html Css Color HEX #D22982 Deep Cerise

📋 copy color: '#D22982'

red 210 ◦ green 41 ◦ blue 130

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

Shades of Deep Cerise #D22982

Tints of Deep Cerise #D22982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.12%

R = 55.12%
G = 10.76%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D22982 (or 0xD22982) is known color: Deep Cerise. HEX triplet: D2, 29 and 82. RGB value is (210,41,130). Sum of RGB (Red+Green+Blue) = 210+41+130=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 130 (51.17% from 255 or 34.12% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D22982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22982 is #2DD67D. Grayscale: #656565. Windows color (decimal): -3004030 or 8530386. OLE color: 8530386.

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

Color convert

RGB 210 41 130 -
CMYK 0 0.80 0.38 0.18
HSL 328.4º 0.67% 0.49% -
HSV(B) 328.4º 0.8% 0.82% -
XYZ 31.4 16.9 22.73 -
YUV 101.68 143.99 205.26 -
System Red Green Blue C M Y K H S L
Decimal 210 41 130 0 0.80 0.38 0.18 328.4 0.67 0.49
Hex D2 29 82 0 50 26 12 148 43 31
Octal 322 51 202 0 120 46 22 510 103 61
Binary 11010010 101001 10000010 0 1010000 100110 10010 101001000 1000011 110001

Color Harmonies of #D22982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22982

Black with #D22982

Text Example


Text Example

White with #D22982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22982; }

 p { color: rgb(210,41,130); }

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

background-color css

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

 a { background-color: rgb(210,41,130); }

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

border-color css

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

 span { border-color: rgb(210,41,130); }

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