Html Css Color HEX #DD2778 Deep Cerise

📋 copy color: '#DD2778'

red 221 ◦ green 39 ◦ blue 120

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

Shades of Deep Cerise #DD2778

Tints of Deep Cerise #DD2778

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 31.58%

R = 58.16%
G = 10.26%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD2778 (or 0xDD2778) is known color: Deep Cerise. HEX triplet: DD, 27 and 78. RGB value is (221,39,120). Sum of RGB (Red+Green+Blue) = 221+39+120=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 39 (15.62% from 255 or 10.26% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2778 is #22D887. Grayscale: #666666. Windows color (decimal): -2283656 or 7874525. OLE color: 7874525.

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

Color convert

RGB 221 39 120 -
CMYK 0 0.82 0.46 0.13
HSL 333.3º 0.73% 0.51% -
HSV(B) 333.3º 0.82% 0.87% -
XYZ 33.93 18.18 19.49 -
YUV 102.65 137.8 212.41 -
System Red Green Blue C M Y K H S L
Decimal 221 39 120 0 0.82 0.46 0.13 333.3 0.73 0.51
Hex DD 27 78 0 52 2E D 14D 49 33
Octal 335 47 170 0 122 56 15 515 111 63
Binary 11011101 100111 1111000 0 1010010 101110 1101 101001101 1001001 110011

Color Harmonies of #DD2778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2778

Black with #DD2778

Text Example


Text Example

White with #DD2778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2778; }

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

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

background-color css

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

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

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

border-color css

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

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

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