Html Css Color HEX #DD3397 Deep Cerise

📋 copy color: '#DD3397'

red 221 ◦ green 51 ◦ blue 151

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

Shades of Deep Cerise #DD3397

Tints of Deep Cerise #DD3397

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.06%

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

R = 52.25%
G = 12.06%
B = 35.7%

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

#DD3397 (or 0xDD3397) is known color: Deep Cerise. HEX triplet: DD, 33 and 97. RGB value is (221,51,151). Sum of RGB (Red+Green+Blue) = 221+51+151=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 51 (20.31% from 255 or 12.06% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3397 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3397 is #22CC68. Grayscale: #717171. Windows color (decimal): -2280553 or 9909213. OLE color: 9909213.

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

Color convert

RGB 221 51 151 -
CMYK 0 0.77 0.32 0.13
HSL 324.71º 0.71% 0.53% -
HSV(B) 324.71º 0.77% 0.87% -
XYZ 36.59 19.97 31.21 -
YUV 113.23 149.32 204.87 -
System Red Green Blue C M Y K H S L
Decimal 221 51 151 0 0.77 0.32 0.13 324.71 0.71 0.53
Hex DD 33 97 0 4D 20 D 145 47 35
Octal 335 63 227 0 115 40 15 505 107 65
Binary 11011101 110011 10010111 0 1001101 100000 1101 101000101 1000111 110101

Color Harmonies of #DD3397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3397

Black with #DD3397

Text Example


Text Example

White with #DD3397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3397; }

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

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

background-color css

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

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

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

border-color css

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

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

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