Html Css Color HEX #DD3197 Deep Cerise

📋 copy color: '#DD3197'

red 221 ◦ green 49 ◦ blue 151

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

Shades of Deep Cerise #DD3197

Tints of Deep Cerise #DD3197

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.64%

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

R = 52.49%
G = 11.64%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD3197 (or 0xDD3197) is known color: Deep Cerise. HEX triplet: DD, 31 and 97. RGB value is (221,49,151). Sum of RGB (Red+Green+Blue) = 221+49+151=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 49 (19.53% from 255 or 11.64% from 421); Blue value is 151 (59.38% from 255 or 35.87% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3197 is #22CE68. Grayscale: #6F6F6F. Windows color (decimal): -2281065 or 9908701. OLE color: 9908701.

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

Color convert

RGB 221 49 151 -
CMYK 0 0.78 0.32 0.13
HSL 324.42º 0.72% 0.53% -
HSV(B) 324.42º 0.78% 0.87% -
XYZ 36.5 19.8 31.18 -
YUV 112.06 149.98 205.71 -
System Red Green Blue C M Y K H S L
Decimal 221 49 151 0 0.78 0.32 0.13 324.42 0.72 0.53
Hex DD 31 97 0 4E 20 D 144 48 35
Octal 335 61 227 0 116 40 15 504 110 65
Binary 11011101 110001 10010111 0 1001110 100000 1101 101000100 1001000 110101

Color Harmonies of #DD3197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3197

Black with #DD3197

Text Example


Text Example

White with #DD3197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3197; }

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

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

background-color css

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

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

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

border-color css

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

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

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