Html Css Color HEX #DD3496 Deep Cerise

📋 copy color: '#DD3496'

red 221 ◦ green 52 ◦ blue 150

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

Shades of Deep Cerise #DD3496

Tints of Deep Cerise #DD3496

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.29%

 BLUE value IS 150 (58.98% from 255) = 35.46%

R = 52.25%
G = 12.29%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD3496 (or 0xDD3496) is known color: Deep Cerise. HEX triplet: DD, 34 and 96. RGB value is (221,52,150). Sum of RGB (Red+Green+Blue) = 221+52+150=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 52 (20.70% from 255 or 12.29% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3496 is #22CB69. Grayscale: #717171. Windows color (decimal): -2280298 or 9843933. OLE color: 9843933.

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

Color convert

RGB 221 52 150 -
CMYK 0 0.76 0.32 0.13
HSL 325.21º 0.71% 0.54% -
HSV(B) 325.21º 0.76% 0.87% -
XYZ 36.55 20.03 30.79 -
YUV 113.7 148.49 204.53 -
System Red Green Blue C M Y K H S L
Decimal 221 52 150 0 0.76 0.32 0.13 325.21 0.71 0.54
Hex DD 34 96 0 4C 20 D 145 47 36
Octal 335 64 226 0 114 40 15 505 107 66
Binary 11011101 110100 10010110 0 1001100 100000 1101 101000101 1000111 110110

Color Harmonies of #DD3496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3496

Black with #DD3496

Text Example


Text Example

White with #DD3496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3496; }

 p { color: rgb(221,52,150); }

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

background-color css

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

 a { background-color: rgb(221,52,150); }

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

border-color css

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

 span { border-color: rgb(221,52,150); }

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