Html Css Color HEX #DD7493 Pale Violet Red

📋 copy color: '#DD7493'

red 221 ◦ green 116 ◦ blue 147

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

Shades of Pale Violet Red #DD7493

Tints of Pale Violet Red #DD7493

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.97%

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

R = 45.66%
G = 23.97%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD7493 (or 0xDD7493) is known color: Pale Violet Red. HEX triplet: DD, 74 and 93. RGB value is (221,116,147). Sum of RGB (Red+Green+Blue) = 221+116+147=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7493 is #228B6C. Grayscale: #969696. Windows color (decimal): -2263917 or 9663709. OLE color: 9663709.

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

Color convert

RGB 221 116 147 -
CMYK 0 0.48 0.33 0.13
HSL 342.29º 0.61% 0.66% -
HSV(B) 342.29º 0.48% 0.87% -
XYZ 41.33 29.97 31.21 -
YUV 150.93 125.79 177.98 -
System Red Green Blue C M Y K H S L
Decimal 221 116 147 0 0.48 0.33 0.13 342.29 0.61 0.66
Hex DD 74 93 0 30 21 D 156 3D 42
Octal 335 164 223 0 60 41 15 526 75 102
Binary 11011101 1110100 10010011 0 110000 100001 1101 101010110 111101 1000010

Color Harmonies of #DD7493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7493

Black with #DD7493

Text Example


Text Example

White with #DD7493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7493; }

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

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

background-color css

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

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

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

border-color css

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

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

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