Html Css Color HEX #DD3272 Cerise

📋 copy color: '#DD3272'

red 221 ◦ green 50 ◦ blue 114

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

Shades of Cerise #DD3272

Tints of Cerise #DD3272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.61%

R = 57.4%
G = 12.99%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD3272 (or 0xDD3272) is known color: Cerise. HEX triplet: DD, 32 and 72. RGB value is (221,50,114). Sum of RGB (Red+Green+Blue) = 221+50+114=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3272 is #22CD8D. Grayscale: #6C6C6C. Windows color (decimal): -2280846 or 7484125. OLE color: 7484125.

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

Color convert

RGB 221 50 114 -
CMYK 0 0.77 0.48 0.13
HSL 337.54º 0.72% 0.53% -
HSV(B) 337.54º 0.77% 0.87% -
XYZ 34 18.87 17.77 -
YUV 108.43 131.15 208.3 -
System Red Green Blue C M Y K H S L
Decimal 221 50 114 0 0.77 0.48 0.13 337.54 0.72 0.53
Hex DD 32 72 0 4D 30 D 152 48 35
Octal 335 62 162 0 115 60 15 522 110 65
Binary 11011101 110010 1110010 0 1001101 110000 1101 101010010 1001000 110101

Color Harmonies of #DD3272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3272

Black with #DD3272

Text Example


Text Example

White with #DD3272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3272; }

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

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

background-color css

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

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

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

border-color css

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

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

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