Html Css Color HEX #D22E85 Deep Cerise

📋 copy color: '#D22E85'

red 210 ◦ green 46 ◦ blue 133

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

Shades of Deep Cerise #D22E85

Tints of Deep Cerise #D22E85

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.83%

 BLUE value IS 133 (52.34% from 255) = 34.19%

R = 53.98%
G = 11.83%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D22E85 (or 0xD22E85) is known color: Deep Cerise. HEX triplet: D2, 2E and 85. RGB value is (210,46,133). Sum of RGB (Red+Green+Blue) = 210+46+133=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 46 (18.36% from 255 or 11.83% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D22E85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22E85 is #2DD17A. Grayscale: #686868. Windows color (decimal): -3002747 or 8728274. OLE color: 8728274.

HSL color Cylindrical-coordinate representation of color #D22E85: hue angle of 328.17º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D22E85 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 46 133 -
CMYK 0 0.78 0.37 0.18
HSL 328.17º 0.65% 0.5% -
HSV(B) 328.17º 0.78% 0.82% -
XYZ 31.79 17.35 23.86 -
YUV 104.95 143.83 202.93 -
System Red Green Blue C M Y K H S L
Decimal 210 46 133 0 0.78 0.37 0.18 328.17 0.65 0.5
Hex D2 2E 85 0 4E 25 12 148 41 32
Octal 322 56 205 0 116 45 22 510 101 62
Binary 11010010 101110 10000101 0 1001110 100101 10010 101001000 1000001 110010

Color Harmonies of #D22E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22E85

Black with #D22E85

Text Example


Text Example

White with #D22E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22E85; }

 p { color: rgb(210,46,133); }

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

background-color css

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

 a { background-color: rgb(210,46,133); }

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

border-color css

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

 span { border-color: rgb(210,46,133); }

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