Html Css Color HEX #DD3EA6 Deep Cerise

📋 copy color: '#DD3EA6'

red 221 ◦ green 62 ◦ blue 166

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

Shades of Deep Cerise #DD3EA6

Tints of Deep Cerise #DD3EA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 36.97%

R = 49.22%
G = 13.81%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD3EA6 (or 0xDD3EA6) is known color: Deep Cerise. HEX triplet: DD, 3E and A6. RGB value is (221,62,166). Sum of RGB (Red+Green+Blue) = 221+62+166=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 62 (24.61% from 255 or 13.81% from 449); Blue value is 166 (65.23% from 255 or 36.97% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3EA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3EA6 is #22C159. Grayscale: #797979. Windows color (decimal): -2277722 or 10895069. OLE color: 10895069.

HSL color Cylindrical-coordinate representation of color #DD3EA6: hue angle of 320.75º 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 #DD3EA6 is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 62 166 -
CMYK 0 0.72 0.25 0.13
HSL 320.75º 0.7% 0.55% -
HSV(B) 320.75º 0.72% 0.87% -
XYZ 38.42 21.57 38.21 -
YUV 121.4 153.18 199.04 -
System Red Green Blue C M Y K H S L
Decimal 221 62 166 0 0.72 0.25 0.13 320.75 0.7 0.55
Hex DD 3E A6 0 48 19 D 141 46 37
Octal 335 76 246 0 110 31 15 501 106 67
Binary 11011101 111110 10100110 0 1001000 11001 1101 101000001 1000110 110111

Color Harmonies of #DD3EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3EA6

Black with #DD3EA6

Text Example


Text Example

White with #DD3EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3EA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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