Html Css Color HEX #D22F8A Deep Cerise

📋 copy color: '#D22F8A'

red 210 ◦ green 47 ◦ blue 138

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

Shades of Deep Cerise #D22F8A

Tints of Deep Cerise #D22F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.94%

R = 53.16%
G = 11.9%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D22F8A (or 0xD22F8A) is known color: Deep Cerise. HEX triplet: D2, 2F and 8A. RGB value is (210,47,138). Sum of RGB (Red+Green+Blue) = 210+47+138=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 47 (18.75% from 255 or 11.90% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22F8A is #2DD075. Grayscale: #696969. Windows color (decimal): -3002486 or 9056210. OLE color: 9056210.

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

Color convert

RGB 210 47 138 -
CMYK 0 0.78 0.34 0.18
HSL 326.5º 0.64% 0.5% -
HSV(B) 326.5º 0.78% 0.82% -
XYZ 32.18 17.57 25.74 -
YUV 106.11 146 202.1 -
System Red Green Blue C M Y K H S L
Decimal 210 47 138 0 0.78 0.34 0.18 326.5 0.64 0.5
Hex D2 2F 8A 0 4E 22 12 147 40 32
Octal 322 57 212 0 116 42 22 507 100 62
Binary 11010010 101111 10001010 0 1001110 100010 10010 101000111 1000000 110010

Color Harmonies of #D22F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22F8A

Black with #D22F8A

Text Example


Text Example

White with #D22F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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