Html Css Color HEX #DD3EA0 Deep Cerise

📋 copy color: '#DD3EA0'

red 221 ◦ green 62 ◦ blue 160

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

Shades of Deep Cerise #DD3EA0

Tints of Deep Cerise #DD3EA0

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14%

 BLUE value IS 160 (62.89% from 255) = 36.12%

R = 49.89%
G = 14%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD3EA0 (or 0xDD3EA0) is known color: Deep Cerise. HEX triplet: DD, 3E and A0. RGB value is (221,62,160). Sum of RGB (Red+Green+Blue) = 221+62+160=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 62 (24.61% from 255 or 14.00% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3EA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3EA0 is #22C15F. Grayscale: #787878. Windows color (decimal): -2277728 or 10501853. OLE color: 10501853.

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

Color convert

RGB 221 62 160 -
CMYK 0 0.72 0.28 0.13
HSL 323.02º 0.7% 0.55% -
HSV(B) 323.02º 0.72% 0.87% -
XYZ 37.89 21.36 35.38 -
YUV 120.71 150.18 199.53 -
System Red Green Blue C M Y K H S L
Decimal 221 62 160 0 0.72 0.28 0.13 323.02 0.7 0.55
Hex DD 3E A0 0 48 1C D 143 46 37
Octal 335 76 240 0 110 34 15 503 106 67
Binary 11011101 111110 10100000 0 1001000 11100 1101 101000011 1000110 110111

Color Harmonies of #DD3EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3EA0

Black with #DD3EA0

Text Example


Text Example

White with #DD3EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3EA0; }

 p { color: rgb(221,62,160); }

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

background-color css

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

 a { background-color: rgb(221,62,160); }

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

border-color css

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

 span { border-color: rgb(221,62,160); }

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