Html Css Color HEX #DD2885 Deep Cerise

📋 copy color: '#DD2885'

red 221 ◦ green 40 ◦ blue 133

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

Shades of Deep Cerise #DD2885

Tints of Deep Cerise #DD2885

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10.15%

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

R = 56.09%
G = 10.15%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#DD2885 (or 0xDD2885) is known color: Deep Cerise. HEX triplet: DD, 28 and 85. RGB value is (221,40,133). Sum of RGB (Red+Green+Blue) = 221+40+133=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 40 (16.02% from 255 or 10.15% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2885 is #22D77A. Grayscale: #686868. Windows color (decimal): -2283387 or 8726749. OLE color: 8726749.

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

Color convert

RGB 221 40 133 -
CMYK 0 0.82 0.40 0.13
HSL 329.17º 0.73% 0.51% -
HSV(B) 329.17º 0.82% 0.87% -
XYZ 34.81 18.58 23.94 -
YUV 104.72 143.97 210.94 -
System Red Green Blue C M Y K H S L
Decimal 221 40 133 0 0.82 0.40 0.13 329.17 0.73 0.51
Hex DD 28 85 0 52 28 D 149 49 33
Octal 335 50 205 0 122 50 15 511 111 63
Binary 11011101 101000 10000101 0 1010010 101000 1101 101001001 1001001 110011

Color Harmonies of #DD2885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2885

Black with #DD2885

Text Example


Text Example

White with #DD2885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2885; }

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

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

background-color css

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

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

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

border-color css

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

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

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