Html Css Color HEX #DD5F91 Pale Violet Red

📋 copy color: '#DD5F91'

red 221 ◦ green 95 ◦ blue 145

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

Shades of Pale Violet Red #DD5F91

Tints of Pale Violet Red #DD5F91

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.61%

 BLUE value IS 145 (57.03% from 255) = 31.45%

R = 47.94%
G = 20.61%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD5F91 (or 0xDD5F91) is known color: Pale Violet Red. HEX triplet: DD, 5F and 91. RGB value is (221,95,145). Sum of RGB (Red+Green+Blue) = 221+95+145=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 95 (37.5% from 255 or 20.61% from 461); Blue value is 145 (57.03% from 255 or 31.45% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5F91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5F91 is #22A06E. Grayscale: #8A8A8A. Windows color (decimal): -2269295 or 9527261. OLE color: 9527261.

HSL color Cylindrical-coordinate representation of color #DD5F91: hue angle of 336.19º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD5F91 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 95 145 -
CMYK 0 0.57 0.34 0.13
HSL 336.19º 0.65% 0.62% -
HSV(B) 336.19º 0.57% 0.87% -
XYZ 39.02 25.6 29.67 -
YUV 138.37 131.74 186.93 -
System Red Green Blue C M Y K H S L
Decimal 221 95 145 0 0.57 0.34 0.13 336.19 0.65 0.62
Hex DD 5F 91 0 39 22 D 150 41 3E
Octal 335 137 221 0 71 42 15 520 101 76
Binary 11011101 1011111 10010001 0 111001 100010 1101 101010000 1000001 111110

Color Harmonies of #DD5F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5F91

Black with #DD5F91

Text Example


Text Example

White with #DD5F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5F91; }

 p { color: rgb(221,95,145); }

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

background-color css

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

 a { background-color: rgb(221,95,145); }

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

border-color css

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

 span { border-color: rgb(221,95,145); }

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