Html Css Color HEX #DD3493 Deep Cerise

📋 copy color: '#DD3493'

red 221 ◦ green 52 ◦ blue 147

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

Shades of Deep Cerise #DD3493

Tints of Deep Cerise #DD3493

RGB

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

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

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

R = 52.62%
G = 12.38%
B = 35%

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

#DD3493 (or 0xDD3493) is known color: Deep Cerise. HEX triplet: DD, 34 and 93. RGB value is (221,52,147). Sum of RGB (Red+Green+Blue) = 221+52+147=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 52 (20.70% from 255 or 12.38% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3493 is #22CB6C. Grayscale: #717171. Windows color (decimal): -2280301 or 9647325. OLE color: 9647325.

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

Color convert

RGB 221 52 147 -
CMYK 0 0.76 0.33 0.13
HSL 326.27º 0.71% 0.54% -
HSV(B) 326.27º 0.76% 0.87% -
XYZ 36.31 19.93 29.54 -
YUV 113.36 146.99 204.78 -
System Red Green Blue C M Y K H S L
Decimal 221 52 147 0 0.76 0.33 0.13 326.27 0.71 0.54
Hex DD 34 93 0 4C 21 D 146 47 36
Octal 335 64 223 0 114 41 15 506 107 66
Binary 11011101 110100 10010011 0 1001100 100001 1101 101000110 1000111 110110

Color Harmonies of #DD3493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3493

Black with #DD3493

Text Example


Text Example

White with #DD3493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3493; }

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

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

background-color css

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

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

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

border-color css

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

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

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