Html Css Color HEX #DD3077 Deep Cerise

📋 copy color: '#DD3077'

red 221 ◦ green 48 ◦ blue 119

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

Shades of Deep Cerise #DD3077

Tints of Deep Cerise #DD3077

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12.37%

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

R = 56.96%
G = 12.37%
B = 30.67%

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

#DD3077 (or 0xDD3077) is known color: Deep Cerise. HEX triplet: DD, 30 and 77. RGB value is (221,48,119). Sum of RGB (Red+Green+Blue) = 221+48+119=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 48 (19.14% from 255 or 12.37% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3077 is #22CF88. Grayscale: #6B6B6B. Windows color (decimal): -2281353 or 7811293. OLE color: 7811293.

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

Color convert

RGB 221 48 119 -
CMYK 0 0.78 0.46 0.13
HSL 335.38º 0.72% 0.53% -
HSV(B) 335.38º 0.78% 0.87% -
XYZ 34.21 18.82 19.28 -
YUV 107.82 134.31 208.73 -
System Red Green Blue C M Y K H S L
Decimal 221 48 119 0 0.78 0.46 0.13 335.38 0.72 0.53
Hex DD 30 77 0 4E 2E D 14F 48 35
Octal 335 60 167 0 116 56 15 517 110 65
Binary 11011101 110000 1110111 0 1001110 101110 1101 101001111 1001000 110101

Color Harmonies of #DD3077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3077

Black with #DD3077

Text Example


Text Example

White with #DD3077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3077; }

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

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

background-color css

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

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

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

border-color css

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

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

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