Html Css Color HEX #D22B7A Deep Cerise

📋 copy color: '#D22B7A'

red 210 ◦ green 43 ◦ blue 122

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

Shades of Deep Cerise #D22B7A

Tints of Deep Cerise #D22B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 32.53%

R = 56%
G = 11.47%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D22B7A (or 0xD22B7A) is known color: Deep Cerise. HEX triplet: D2, 2B and 7A. RGB value is (210,43,122). Sum of RGB (Red+Green+Blue) = 210+43+122=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 43 (17.19% from 255 or 11.47% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D22B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22B7A is #2DD485. Grayscale: #656565. Windows color (decimal): -3003526 or 8006610. OLE color: 8006610.

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

Color convert

RGB 210 43 122 -
CMYK 0 0.80 0.42 0.18
HSL 331.62º 0.66% 0.5% -
HSV(B) 331.62º 0.8% 0.82% -
XYZ 30.96 16.83 20.03 -
YUV 101.94 139.33 205.08 -
System Red Green Blue C M Y K H S L
Decimal 210 43 122 0 0.80 0.42 0.18 331.62 0.66 0.5
Hex D2 2B 7A 0 50 2A 12 14C 42 32
Octal 322 53 172 0 120 52 22 514 102 62
Binary 11010010 101011 1111010 0 1010000 101010 10010 101001100 1000010 110010

Color Harmonies of #D22B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22B7A

Black with #D22B7A

Text Example


Text Example

White with #D22B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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