Html Css Color HEX #DD3893 Deep Cerise

📋 copy color: '#DD3893'

red 221 ◦ green 56 ◦ blue 147

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

Shades of Deep Cerise #DD3893

Tints of Deep Cerise #DD3893

RGB

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

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

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

R = 52.12%
G = 13.21%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD3893 (or 0xDD3893) is known color: Deep Cerise. HEX triplet: DD, 38 and 93. RGB value is (221,56,147). Sum of RGB (Red+Green+Blue) = 221+56+147=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 56 (22.27% from 255 or 13.21% from 424); Blue value is 147 (57.81% from 255 or 34.67% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3893 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3893 is #22C76C. Grayscale: #737373. Windows color (decimal): -2279277 or 9648349. OLE color: 9648349.

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

Color convert

RGB 221 56 147 -
CMYK 0 0.75 0.33 0.13
HSL 326.91º 0.71% 0.54% -
HSV(B) 326.91º 0.75% 0.87% -
XYZ 36.5 20.31 29.6 -
YUV 115.71 145.66 203.1 -
System Red Green Blue C M Y K H S L
Decimal 221 56 147 0 0.75 0.33 0.13 326.91 0.71 0.54
Hex DD 38 93 0 4B 21 D 147 47 36
Octal 335 70 223 0 113 41 15 507 107 66
Binary 11011101 111000 10010011 0 1001011 100001 1101 101000111 1000111 110110

Color Harmonies of #DD3893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3893

Black with #DD3893

Text Example


Text Example

White with #DD3893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3893; }

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

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

background-color css

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

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

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

border-color css

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

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

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