Html Css Color HEX #DD229B Deep Cerise

📋 copy color: '#DD229B'

red 221 ◦ green 34 ◦ blue 155

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

Shades of Deep Cerise #DD229B

Tints of Deep Cerise #DD229B

RGB

 RED value IS 221 (86.72% from 255) = 53.9%

 GREEN value IS 34 (13.67% from 255) = 8.29%

 BLUE value IS 155 (60.94% from 255) = 37.8%

R = 53.9%
G = 8.29%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD229B (or 0xDD229B) is known color: Deep Cerise. HEX triplet: DD, 22 and 9B. RGB value is (221,34,155). Sum of RGB (Red+Green+Blue) = 221+34+155=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 34 (13.67% from 255 or 8.29% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DD229B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD229B is #22DD64. Grayscale: #676767. Windows color (decimal): -2284901 or 10167005. OLE color: 10167005.

HSL color Cylindrical-coordinate representation of color #DD229B: hue angle of 321.18º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD229B is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 34 155 -
CMYK 0 0.85 0.30 0.13
HSL 321.18º 0.73% 0.5% -
HSV(B) 321.18º 0.85% 0.87% -
XYZ 36.31 18.88 32.74 -
YUV 103.71 156.95 211.66 -
System Red Green Blue C M Y K H S L
Decimal 221 34 155 0 0.85 0.30 0.13 321.18 0.73 0.5
Hex DD 22 9B 0 55 1E D 141 49 32
Octal 335 42 233 0 125 36 15 501 111 62
Binary 11011101 100010 10011011 0 1010101 11110 1101 101000001 1001001 110010

Color Harmonies of #DD229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD229B

Black with #DD229B

Text Example


Text Example

White with #DD229B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD229B; }

 p { color: rgb(221,34,155); }

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

background-color css

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

 a { background-color: rgb(221,34,155); }

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

border-color css

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

 span { border-color: rgb(221,34,155); }

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