Html Css Color HEX #DD4485 Deep Cerise

📋 copy color: '#DD4485'

red 221 ◦ green 68 ◦ blue 133

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

Shades of Deep Cerise #DD4485

Tints of Deep Cerise #DD4485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.52%

R = 52.37%
G = 16.11%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD4485 (or 0xDD4485) is known color: Deep Cerise. HEX triplet: DD, 44 and 85. RGB value is (221,68,133). Sum of RGB (Red+Green+Blue) = 221+68+133=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 68 (26.95% from 255 or 16.11% from 422); Blue value is 133 (52.34% from 255 or 31.52% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4485 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4485 is #22BB7A. Grayscale: #797979. Windows color (decimal): -2276219 or 8733917. OLE color: 8733917.

HSL color Cylindrical-coordinate representation of color #DD4485: hue angle of 334.51º 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 #DD4485 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 68 133 -
CMYK 0 0.69 0.40 0.13
HSL 334.51º 0.69% 0.57% -
HSV(B) 334.51º 0.69% 0.87% -
XYZ 36.12 21.2 24.38 -
YUV 121.16 134.69 199.21 -
System Red Green Blue C M Y K H S L
Decimal 221 68 133 0 0.69 0.40 0.13 334.51 0.69 0.57
Hex DD 44 85 0 45 28 D 14F 45 39
Octal 335 104 205 0 105 50 15 517 105 71
Binary 11011101 1000100 10000101 0 1000101 101000 1101 101001111 1000101 111001

Color Harmonies of #DD4485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4485

Black with #DD4485

Text Example


Text Example

White with #DD4485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4485; }

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

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

background-color css

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

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

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

border-color css

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

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

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