Html Css Color HEX #DD7590 Pale Violet Red

📋 copy color: '#DD7590'

red 221 ◦ green 117 ◦ blue 144

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

Shades of Pale Violet Red #DD7590

Tints of Pale Violet Red #DD7590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.88%

R = 45.85%
G = 24.27%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD7590 (or 0xDD7590) is known color: Pale Violet Red. HEX triplet: DD, 75 and 90. RGB value is (221,117,144). Sum of RGB (Red+Green+Blue) = 221+117+144=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 144 (56.64% from 255 or 29.88% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7590 is #228A6F. Grayscale: #979797. Windows color (decimal): -2263664 or 9467357. OLE color: 9467357.

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

Color convert

RGB 221 117 144 -
CMYK 0 0.47 0.35 0.13
HSL 344.42º 0.6% 0.66% -
HSV(B) 344.42º 0.47% 0.87% -
XYZ 41.21 30.11 30.02 -
YUV 151.17 123.96 177.8 -
System Red Green Blue C M Y K H S L
Decimal 221 117 144 0 0.47 0.35 0.13 344.42 0.6 0.66
Hex DD 75 90 0 2F 23 D 158 3C 42
Octal 335 165 220 0 57 43 15 530 74 102
Binary 11011101 1110101 10010000 0 101111 100011 1101 101011000 111100 1000010

Color Harmonies of #DD7590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7590

Black with #DD7590

Text Example


Text Example

White with #DD7590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7590; }

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

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

background-color css

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

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

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

border-color css

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

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

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