Html Css Color HEX #D22F8D Deep Cerise

📋 copy color: '#D22F8D'

red 210 ◦ green 47 ◦ blue 141

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

Shades of Deep Cerise #D22F8D

Tints of Deep Cerise #D22F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.43%

R = 52.76%
G = 11.81%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D22F8D (or 0xD22F8D) is known color: Deep Cerise. HEX triplet: D2, 2F and 8D. RGB value is (210,47,141). Sum of RGB (Red+Green+Blue) = 210+47+141=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 47 (18.75% from 255 or 11.81% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22F8D is #2DD072. Grayscale: #6A6A6A. Windows color (decimal): -3002483 or 9252818. OLE color: 9252818.

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

Color convert

RGB 210 47 141 -
CMYK 0 0.78 0.33 0.18
HSL 325.4º 0.64% 0.5% -
HSV(B) 325.4º 0.78% 0.82% -
XYZ 32.4 17.66 26.9 -
YUV 106.45 147.5 201.86 -
System Red Green Blue C M Y K H S L
Decimal 210 47 141 0 0.78 0.33 0.18 325.4 0.64 0.5
Hex D2 2F 8D 0 4E 21 12 145 40 32
Octal 322 57 215 0 116 41 22 505 100 62
Binary 11010010 101111 10001101 0 1001110 100001 10010 101000101 1000000 110010

Color Harmonies of #D22F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22F8D

Black with #D22F8D

Text Example


Text Example

White with #D22F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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