Html Css Color HEX #DD7393 Pale Violet Red

📋 copy color: '#DD7393'

red 221 ◦ green 115 ◦ blue 147

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

Shades of Pale Violet Red #DD7393

Tints of Pale Violet Red #DD7393

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.81%

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

R = 45.76%
G = 23.81%
B = 30.43%

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

#DD7393 (or 0xDD7393) is known color: Pale Violet Red. HEX triplet: DD, 73 and 93. RGB value is (221,115,147). Sum of RGB (Red+Green+Blue) = 221+115+147=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7393 is #228C6C. Grayscale: #969696. Windows color (decimal): -2264173 or 9663453. OLE color: 9663453.

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

Color convert

RGB 221 115 147 -
CMYK 0 0.48 0.33 0.13
HSL 341.89º 0.61% 0.66% -
HSV(B) 341.89º 0.48% 0.87% -
XYZ 41.22 29.74 31.17 -
YUV 150.34 126.12 178.4 -
System Red Green Blue C M Y K H S L
Decimal 221 115 147 0 0.48 0.33 0.13 341.89 0.61 0.66
Hex DD 73 93 0 30 21 D 156 3D 42
Octal 335 163 223 0 60 41 15 526 75 102
Binary 11011101 1110011 10010011 0 110000 100001 1101 101010110 111101 1000010

Color Harmonies of #DD7393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7393

Black with #DD7393

Text Example


Text Example

White with #DD7393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7393; }

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

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

background-color css

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

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

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

border-color css

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

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

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