Html Css Color HEX #DD3896 Deep Cerise

📋 copy color: '#DD3896'

red 221 ◦ green 56 ◦ blue 150

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

Shades of Deep Cerise #DD3896

Tints of Deep Cerise #DD3896

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.11%

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

R = 51.76%
G = 13.11%
B = 35.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD3896 (or 0xDD3896) is known color: Deep Cerise. HEX triplet: DD, 38 and 96. RGB value is (221,56,150). Sum of RGB (Red+Green+Blue) = 221+56+150=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 56 (22.27% from 255 or 13.11% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3896 is #22C769. Grayscale: #737373. Windows color (decimal): -2279274 or 9844957. OLE color: 9844957.

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

Color convert

RGB 221 56 150 -
CMYK 0 0.75 0.32 0.13
HSL 325.82º 0.71% 0.54% -
HSV(B) 325.82º 0.75% 0.87% -
XYZ 36.74 20.4 30.86 -
YUV 116.05 147.16 202.86 -
System Red Green Blue C M Y K H S L
Decimal 221 56 150 0 0.75 0.32 0.13 325.82 0.71 0.54
Hex DD 38 96 0 4B 20 D 146 47 36
Octal 335 70 226 0 113 40 15 506 107 66
Binary 11011101 111000 10010110 0 1001011 100000 1101 101000110 1000111 110110

Color Harmonies of #DD3896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3896

Black with #DD3896

Text Example


Text Example

White with #DD3896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3896; }

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

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

background-color css

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

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

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

border-color css

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

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

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