Html Css Color HEX #DD5F9E Pale Violet Red

📋 copy color: '#DD5F9E'

red 221 ◦ green 95 ◦ blue 158

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

Shades of Pale Violet Red #DD5F9E

Tints of Pale Violet Red #DD5F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 33.33%

R = 46.62%
G = 20.04%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD5F9E (or 0xDD5F9E) is known color: Pale Violet Red. HEX triplet: DD, 5F and 9E. RGB value is (221,95,158). Sum of RGB (Red+Green+Blue) = 221+95+158=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 95 (37.5% from 255 or 20.04% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5F9E is #22A061. Grayscale: #8B8B8B. Windows color (decimal): -2269282 or 10379229. OLE color: 10379229.

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

Color convert

RGB 221 95 158 -
CMYK 0 0.57 0.29 0.13
HSL 330º 0.65% 0.62% -
HSV(B) 330º 0.57% 0.87% -
XYZ 40.08 26.03 35.26 -
YUV 139.86 138.24 185.88 -
System Red Green Blue C M Y K H S L
Decimal 221 95 158 0 0.57 0.29 0.13 330 0.65 0.62
Hex DD 5F 9E 0 39 1D D 14A 41 3E
Octal 335 137 236 0 71 35 15 512 101 76
Binary 11011101 1011111 10011110 0 111001 11101 1101 101001010 1000001 111110

Color Harmonies of #DD5F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5F9E

Black with #DD5F9E

Text Example


Text Example

White with #DD5F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5F9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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