Html Css Color HEX #D22F9E Deep Cerise

📋 copy color: '#D22F9E'

red 210 ◦ green 47 ◦ blue 158

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

Shades of Deep Cerise #D22F9E

Tints of Deep Cerise #D22F9E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 11.33%

 BLUE value IS 158 (62.11% from 255) = 38.07%

R = 50.6%
G = 11.33%
B = 38.07%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D22F9E (or 0xD22F9E) is known color: Deep Cerise. HEX triplet: D2, 2F and 9E. RGB value is (210,47,158). Sum of RGB (Red+Green+Blue) = 210+47+158=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 47 (18.75% from 255 or 11.33% from 415); Blue value is 158 (62.11% from 255 or 38.07% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22F9E is #2DD061. Grayscale: #6C6C6C. Windows color (decimal): -3002466 or 10366930. OLE color: 10366930.

HSL color Cylindrical-coordinate representation of color #D22F9E: hue angle of 319.14º degrees, saturation: 0.64, 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 #D22F9E is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 47 158 -
CMYK 0 0.78 0.25 0.18
HSL 319.14º 0.64% 0.5% -
HSV(B) 319.14º 0.78% 0.82% -
XYZ 33.77 18.2 34.08 -
YUV 108.39 156 200.47 -
System Red Green Blue C M Y K H S L
Decimal 210 47 158 0 0.78 0.25 0.18 319.14 0.64 0.5
Hex D2 2F 9E 0 4E 19 12 13F 40 32
Octal 322 57 236 0 116 31 22 477 100 62
Binary 11010010 101111 10011110 0 1001110 11001 10010 100111111 1000000 110010

Color Harmonies of #D22F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22F9E

Black with #D22F9E

Text Example


Text Example

White with #D22F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22F9E; }

 p { color: rgb(210,47,158); }

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

background-color css

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

 a { background-color: rgb(210,47,158); }

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

border-color css

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

 span { border-color: rgb(210,47,158); }

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