Html Css Color HEX #DD449B Deep Cerise

📋 copy color: '#DD449B'

red 221 ◦ green 68 ◦ blue 155

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

Shades of Deep Cerise #DD449B

Tints of Deep Cerise #DD449B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.32%

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

R = 49.77%
G = 15.32%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD449B (or 0xDD449B) is known color: Deep Cerise. HEX triplet: DD, 44 and 9B. RGB value is (221,68,155). Sum of RGB (Red+Green+Blue) = 221+68+155=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 68 (26.95% from 255 or 15.32% from 444); Blue value is 155 (60.94% from 255 or 34.91% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD449B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD449B is #22BB64. Grayscale: #7B7B7B. Windows color (decimal): -2276197 or 10175709. OLE color: 10175709.

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

Color convert

RGB 221 68 155 -
CMYK 0 0.69 0.30 0.13
HSL 325.88º 0.69% 0.57% -
HSV(B) 325.88º 0.69% 0.87% -
XYZ 37.8 21.87 33.24 -
YUV 123.67 145.69 197.43 -
System Red Green Blue C M Y K H S L
Decimal 221 68 155 0 0.69 0.30 0.13 325.88 0.69 0.57
Hex DD 44 9B 0 45 1E D 146 45 39
Octal 335 104 233 0 105 36 15 506 105 71
Binary 11011101 1000100 10011011 0 1000101 11110 1101 101000110 1000101 111001

Color Harmonies of #DD449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD449B

Black with #DD449B

Text Example


Text Example

White with #DD449B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD449B; }

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

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

background-color css

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

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

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

border-color css

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

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

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