Html Css Color HEX #DD2785 Deep Cerise

📋 copy color: '#DD2785'

red 221 ◦ green 39 ◦ blue 133

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

Shades of Deep Cerise #DD2785

Tints of Deep Cerise #DD2785

RGB

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

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

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

R = 56.23%
G = 9.92%
B = 33.84%

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

#DD2785 (or 0xDD2785) is known color: Deep Cerise. HEX triplet: DD, 27 and 85. RGB value is (221,39,133). Sum of RGB (Red+Green+Blue) = 221+39+133=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 39 (15.62% from 255 or 9.92% from 393); Blue value is 133 (52.34% from 255 or 33.84% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2785 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD2785 is #22D87A. Grayscale: #676767. Windows color (decimal): -2283643 or 8726493. OLE color: 8726493.

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

Color convert

RGB 221 39 133 -
CMYK 0 0.82 0.40 0.13
HSL 329.01º 0.73% 0.51% -
HSV(B) 329.01º 0.82% 0.87% -
XYZ 34.78 18.52 23.93 -
YUV 104.13 144.3 211.36 -
System Red Green Blue C M Y K H S L
Decimal 221 39 133 0 0.82 0.40 0.13 329.01 0.73 0.51
Hex DD 27 85 0 52 28 D 149 49 33
Octal 335 47 205 0 122 50 15 511 111 63
Binary 11011101 100111 10000101 0 1010010 101000 1101 101001001 1001001 110011

Color Harmonies of #DD2785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2785

Black with #DD2785

Text Example


Text Example

White with #DD2785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2785; }

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

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

background-color css

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

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

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

border-color css

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

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

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