Html Css Color HEX #DD3271 Cerise

📋 copy color: '#DD3271'

red 221 ◦ green 50 ◦ blue 113

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

Shades of Cerise #DD3271

Tints of Cerise #DD3271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.43%

R = 57.55%
G = 13.02%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DD3271 (or 0xDD3271) is known color: Cerise. HEX triplet: DD, 32 and 71. RGB value is (221,50,113). Sum of RGB (Red+Green+Blue) = 221+50+113=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 50 (19.92% from 255 or 13.02% from 384); Blue value is 113 (44.53% from 255 or 29.43% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3271 is #22CD8E. Grayscale: #6C6C6C. Windows color (decimal): -2280847 or 7418589. OLE color: 7418589.

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

Color convert

RGB 221 50 113 -
CMYK 0 0.77 0.49 0.13
HSL 337.89º 0.72% 0.53% -
HSV(B) 337.89º 0.77% 0.87% -
XYZ 33.94 18.85 17.47 -
YUV 108.31 130.65 208.38 -
System Red Green Blue C M Y K H S L
Decimal 221 50 113 0 0.77 0.49 0.13 337.89 0.72 0.53
Hex DD 32 71 0 4D 31 D 152 48 35
Octal 335 62 161 0 115 61 15 522 110 65
Binary 11011101 110010 1110001 0 1001101 110001 1101 101010010 1001000 110101

Color Harmonies of #DD3271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3271

Black with #DD3271

Text Example


Text Example

White with #DD3271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3271; }

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

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

background-color css

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

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

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

border-color css

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

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

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