Html Css Color HEX #D22B90 Deep Cerise

📋 copy color: '#D22B90'

red 210 ◦ green 43 ◦ blue 144

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

Shades of Deep Cerise #D22B90

Tints of Deep Cerise #D22B90

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.83%

 BLUE value IS 144 (56.64% from 255) = 36.27%

R = 52.9%
G = 10.83%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D22B90 (or 0xD22B90) is known color: Deep Cerise. HEX triplet: D2, 2B and 90. RGB value is (210,43,144). Sum of RGB (Red+Green+Blue) = 210+43+144=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 43 (17.19% from 255 or 10.83% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D22B90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22B90 is #2DD46F. Grayscale: #686868. Windows color (decimal): -3003504 or 9448402. OLE color: 9448402.

HSL color Cylindrical-coordinate representation of color #D22B90: hue angle of 323.71º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22B90 is Cyan = 0, Magento = 0.80, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 43 144 -
CMYK 0 0.80 0.31 0.18
HSL 323.71º 0.66% 0.5% -
HSV(B) 323.71º 0.8% 0.82% -
XYZ 32.48 17.44 28.04 -
YUV 104.45 150.33 203.29 -
System Red Green Blue C M Y K H S L
Decimal 210 43 144 0 0.80 0.31 0.18 323.71 0.66 0.5
Hex D2 2B 90 0 50 1F 12 144 42 32
Octal 322 53 220 0 120 37 22 504 102 62
Binary 11010010 101011 10010000 0 1010000 11111 10010 101000100 1000010 110010

Color Harmonies of #D22B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22B90

Black with #D22B90

Text Example


Text Example

White with #D22B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22B90; }

 p { color: rgb(210,43,144); }

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

background-color css

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

 a { background-color: rgb(210,43,144); }

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

border-color css

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

 span { border-color: rgb(210,43,144); }

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