Html Css Color HEX #DD277C Deep Cerise

📋 copy color: '#DD277C'

red 221 ◦ green 39 ◦ blue 124

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

Shades of Deep Cerise #DD277C

Tints of Deep Cerise #DD277C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.29%

R = 57.55%
G = 10.16%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD277C (or 0xDD277C) is known color: Deep Cerise. HEX triplet: DD, 27 and 7C. RGB value is (221,39,124). Sum of RGB (Red+Green+Blue) = 221+39+124=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 39 (15.62% from 255 or 10.16% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD277C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD277C is #22D883. Grayscale: #666666. Windows color (decimal): -2283652 or 8136669. OLE color: 8136669.

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

Color convert

RGB 221 39 124 -
CMYK 0 0.82 0.44 0.13
HSL 331.98º 0.73% 0.51% -
HSV(B) 331.98º 0.82% 0.87% -
XYZ 34.18 18.28 20.8 -
YUV 103.11 139.8 212.09 -
System Red Green Blue C M Y K H S L
Decimal 221 39 124 0 0.82 0.44 0.13 331.98 0.73 0.51
Hex DD 27 7C 0 52 2C D 14C 49 33
Octal 335 47 174 0 122 54 15 514 111 63
Binary 11011101 100111 1111100 0 1010010 101100 1101 101001100 1001001 110011

Color Harmonies of #DD277C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD277C

Black with #DD277C

Text Example


Text Example

White with #DD277C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD277C; }

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

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

background-color css

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

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

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

border-color css

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

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

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