Html Css Color HEX #DD2786 Deep Cerise

📋 copy color: '#DD2786'

red 221 ◦ green 39 ◦ blue 134

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

Shades of Deep Cerise #DD2786

Tints of Deep Cerise #DD2786

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.9%

 BLUE value IS 134 (52.73% from 255) = 34.01%

R = 56.09%
G = 9.9%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD2786 (or 0xDD2786) is known color: Deep Cerise. HEX triplet: DD, 27 and 86. RGB value is (221,39,134). Sum of RGB (Red+Green+Blue) = 221+39+134=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 39 (15.62% from 255 or 9.90% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2786 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2786 is #22D879. Grayscale: #686868. Windows color (decimal): -2283642 or 8792029. OLE color: 8792029.

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

Color convert

RGB 221 39 134 -
CMYK 0 0.82 0.39 0.13
HSL 328.68º 0.73% 0.51% -
HSV(B) 328.68º 0.82% 0.87% -
XYZ 34.85 18.54 24.3 -
YUV 104.25 144.8 211.28 -
System Red Green Blue C M Y K H S L
Decimal 221 39 134 0 0.82 0.39 0.13 328.68 0.73 0.51
Hex DD 27 86 0 52 27 D 149 49 33
Octal 335 47 206 0 122 47 15 511 111 63
Binary 11011101 100111 10000110 0 1010010 100111 1101 101001001 1001001 110011

Color Harmonies of #DD2786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2786

Black with #DD2786

Text Example


Text Example

White with #DD2786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2786; }

 p { color: rgb(221,39,134); }

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

background-color css

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

 a { background-color: rgb(221,39,134); }

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

border-color css

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

 span { border-color: rgb(221,39,134); }

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