Html Css Color HEX #DD3277 Deep Cerise

📋 copy color: '#DD3277'

red 221 ◦ green 50 ◦ blue 119

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

Shades of Deep Cerise #DD3277

Tints of Deep Cerise #DD3277

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.82%

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

R = 56.67%
G = 12.82%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD3277 (or 0xDD3277) is known color: Deep Cerise. HEX triplet: DD, 32 and 77. RGB value is (221,50,119). Sum of RGB (Red+Green+Blue) = 221+50+119=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3277 is #22CD88. Grayscale: #6C6C6C. Windows color (decimal): -2280841 or 7811805. OLE color: 7811805.

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

Color convert

RGB 221 50 119 -
CMYK 0 0.77 0.46 0.13
HSL 335.79º 0.72% 0.53% -
HSV(B) 335.79º 0.77% 0.87% -
XYZ 34.29 18.99 19.31 -
YUV 109 133.65 207.89 -
System Red Green Blue C M Y K H S L
Decimal 221 50 119 0 0.77 0.46 0.13 335.79 0.72 0.53
Hex DD 32 77 0 4D 2E D 150 48 35
Octal 335 62 167 0 115 56 15 520 110 65
Binary 11011101 110010 1110111 0 1001101 101110 1101 101010000 1001000 110101

Color Harmonies of #DD3277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3277

Black with #DD3277

Text Example


Text Example

White with #DD3277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3277; }

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

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

background-color css

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

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

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

border-color css

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

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

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