Html Css Color HEX #DD3593 Deep Cerise

📋 copy color: '#DD3593'

red 221 ◦ green 53 ◦ blue 147

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

Shades of Deep Cerise #DD3593

Tints of Deep Cerise #DD3593

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.59%

 BLUE value IS 147 (57.81% from 255) = 34.92%

R = 52.49%
G = 12.59%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD3593 (or 0xDD3593) is known color: Deep Cerise. HEX triplet: DD, 35 and 93. RGB value is (221,53,147). Sum of RGB (Red+Green+Blue) = 221+53+147=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 53 (21.09% from 255 or 12.59% from 421); Blue value is 147 (57.81% from 255 or 34.92% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3593 is #22CA6C. Grayscale: #717171. Windows color (decimal): -2280045 or 9647581. OLE color: 9647581.

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

Color convert

RGB 221 53 147 -
CMYK 0 0.76 0.33 0.13
HSL 326.43º 0.71% 0.54% -
HSV(B) 326.43º 0.76% 0.87% -
XYZ 36.36 20.02 29.55 -
YUV 113.95 146.66 204.36 -
System Red Green Blue C M Y K H S L
Decimal 221 53 147 0 0.76 0.33 0.13 326.43 0.71 0.54
Hex DD 35 93 0 4C 21 D 146 47 36
Octal 335 65 223 0 114 41 15 506 107 66
Binary 11011101 110101 10010011 0 1001100 100001 1101 101000110 1000111 110110

Color Harmonies of #DD3593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3593

Black with #DD3593

Text Example


Text Example

White with #DD3593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3593; }

 p { color: rgb(221,53,147); }

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

background-color css

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

 a { background-color: rgb(221,53,147); }

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

border-color css

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

 span { border-color: rgb(221,53,147); }

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