Html Css Color HEX #DD3877 Deep Cerise

📋 copy color: '#DD3877'

red 221 ◦ green 56 ◦ blue 119

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

Shades of Deep Cerise #DD3877

Tints of Deep Cerise #DD3877

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.14%

 BLUE value IS 119 (46.88% from 255) = 30.05%

R = 55.81%
G = 14.14%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD3877 (or 0xDD3877) is known color: Deep Cerise. HEX triplet: DD, 38 and 77. RGB value is (221,56,119). Sum of RGB (Red+Green+Blue) = 221+56+119=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 56 (22.27% from 255 or 14.14% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3877 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3877 is #22C788. Grayscale: #707070. Windows color (decimal): -2279305 or 7813341. OLE color: 7813341.

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

Color convert

RGB 221 56 119 -
CMYK 0 0.75 0.46 0.13
HSL 337.09º 0.71% 0.54% -
HSV(B) 337.09º 0.75% 0.87% -
XYZ 34.56 19.53 19.4 -
YUV 112.52 131.66 205.38 -
System Red Green Blue C M Y K H S L
Decimal 221 56 119 0 0.75 0.46 0.13 337.09 0.71 0.54
Hex DD 38 77 0 4B 2E D 151 47 36
Octal 335 70 167 0 113 56 15 521 107 66
Binary 11011101 111000 1110111 0 1001011 101110 1101 101010001 1000111 110110

Color Harmonies of #DD3877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3877

Black with #DD3877

Text Example


Text Example

White with #DD3877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3877; }

 p { color: rgb(221,56,119); }

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

background-color css

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

 a { background-color: rgb(221,56,119); }

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

border-color css

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

 span { border-color: rgb(221,56,119); }

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