Html Css Color HEX #DD4193 Deep Cerise

📋 copy color: '#DD4193'

red 221 ◦ green 65 ◦ blue 147

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

Shades of Deep Cerise #DD4193

Tints of Deep Cerise #DD4193

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.01%

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

R = 51.04%
G = 15.01%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD4193 (or 0xDD4193) is known color: Deep Cerise. HEX triplet: DD, 41 and 93. RGB value is (221,65,147). Sum of RGB (Red+Green+Blue) = 221+65+147=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 147 (57.81% from 255 or 33.95% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4193 is #22BE6C. Grayscale: #787878. Windows color (decimal): -2276973 or 9650653. OLE color: 9650653.

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

Color convert

RGB 221 65 147 -
CMYK 0 0.71 0.33 0.13
HSL 328.46º 0.7% 0.56% -
HSV(B) 328.46º 0.71% 0.87% -
XYZ 36.98 21.26 29.76 -
YUV 120.99 142.68 199.33 -
System Red Green Blue C M Y K H S L
Decimal 221 65 147 0 0.71 0.33 0.13 328.46 0.7 0.56
Hex DD 41 93 0 47 21 D 148 46 38
Octal 335 101 223 0 107 41 15 510 106 70
Binary 11011101 1000001 10010011 0 1000111 100001 1101 101001000 1000110 111000

Color Harmonies of #DD4193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4193

Black with #DD4193

Text Example


Text Example

White with #DD4193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4193; }

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

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

background-color css

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

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

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

border-color css

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

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

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