Html Css Color HEX #DD3297 Deep Cerise

📋 copy color: '#DD3297'

red 221 ◦ green 50 ◦ blue 151

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

Shades of Deep Cerise #DD3297

Tints of Deep Cerise #DD3297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 35.78%

R = 52.37%
G = 11.85%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD3297 (or 0xDD3297) is known color: Deep Cerise. HEX triplet: DD, 32 and 97. RGB value is (221,50,151). Sum of RGB (Red+Green+Blue) = 221+50+151=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 50 (19.92% from 255 or 11.85% from 422); Blue value is 151 (59.38% from 255 or 35.78% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3297 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3297 is #22CD68. Grayscale: #707070. Windows color (decimal): -2280809 or 9908957. OLE color: 9908957.

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

Color convert

RGB 221 50 151 -
CMYK 0 0.77 0.32 0.13
HSL 324.56º 0.72% 0.53% -
HSV(B) 324.56º 0.77% 0.87% -
XYZ 36.55 19.89 31.19 -
YUV 112.64 149.65 205.29 -
System Red Green Blue C M Y K H S L
Decimal 221 50 151 0 0.77 0.32 0.13 324.56 0.72 0.53
Hex DD 32 97 0 4D 20 D 145 48 35
Octal 335 62 227 0 115 40 15 505 110 65
Binary 11011101 110010 10010111 0 1001101 100000 1101 101000101 1001000 110101

Color Harmonies of #DD3297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3297

Black with #DD3297

Text Example


Text Example

White with #DD3297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3297; }

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

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

background-color css

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

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

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

border-color css

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

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

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