Html Css Color HEX #DD3178 Deep Cerise

📋 copy color: '#DD3178'

red 221 ◦ green 49 ◦ blue 120

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

Shades of Deep Cerise #DD3178

Tints of Deep Cerise #DD3178

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.56%

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

R = 56.67%
G = 12.56%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD3178 (or 0xDD3178) is known color: Deep Cerise. HEX triplet: DD, 31 and 78. RGB value is (221,49,120). Sum of RGB (Red+Green+Blue) = 221+49+120=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 49 (19.53% from 255 or 12.56% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3178 is #22CE87. Grayscale: #6C6C6C. Windows color (decimal): -2281096 or 7877085. OLE color: 7877085.

HSL color Cylindrical-coordinate representation of color #DD3178: hue angle of 335.23º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD3178 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 49 120 -
CMYK 0 0.78 0.46 0.13
HSL 335.23º 0.72% 0.53% -
HSV(B) 335.23º 0.78% 0.87% -
XYZ 34.31 18.92 19.61 -
YUV 108.52 134.48 208.23 -
System Red Green Blue C M Y K H S L
Decimal 221 49 120 0 0.78 0.46 0.13 335.23 0.72 0.53
Hex DD 31 78 0 4E 2E D 14F 48 35
Octal 335 61 170 0 116 56 15 517 110 65
Binary 11011101 110001 1111000 0 1001110 101110 1101 101001111 1001000 110101

Color Harmonies of #DD3178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3178

Black with #DD3178

Text Example


Text Example

White with #DD3178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3178; }

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

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

background-color css

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

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

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

border-color css

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

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

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