Html Css Color HEX #DD7593 Pale Violet Red

📋 copy color: '#DD7593'

red 221 ◦ green 117 ◦ blue 147

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

Shades of Pale Violet Red #DD7593

Tints of Pale Violet Red #DD7593

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.12%

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

R = 45.57%
G = 24.12%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD7593 (or 0xDD7593) is known color: Pale Violet Red. HEX triplet: DD, 75 and 93. RGB value is (221,117,147). Sum of RGB (Red+Green+Blue) = 221+117+147=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7593 is #228A6C. Grayscale: #979797. Windows color (decimal): -2263661 or 9663965. OLE color: 9663965.

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

Color convert

RGB 221 117 147 -
CMYK 0 0.47 0.33 0.13
HSL 342.69º 0.6% 0.66% -
HSV(B) 342.69º 0.47% 0.87% -
XYZ 41.45 30.2 31.25 -
YUV 151.52 125.46 177.56 -
System Red Green Blue C M Y K H S L
Decimal 221 117 147 0 0.47 0.33 0.13 342.69 0.6 0.66
Hex DD 75 93 0 2F 21 D 157 3C 42
Octal 335 165 223 0 57 41 15 527 74 102
Binary 11011101 1110101 10010011 0 101111 100001 1101 101010111 111100 1000010

Color Harmonies of #DD7593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7593

Black with #DD7593

Text Example


Text Example

White with #DD7593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7593; }

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

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

background-color css

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

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

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

border-color css

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

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

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