Html Css Color HEX #DD5F94 Pale Violet Red

📋 copy color: '#DD5F94'

red 221 ◦ green 95 ◦ blue 148

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

Shades of Pale Violet Red #DD5F94

Tints of Pale Violet Red #DD5F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.9%

R = 47.63%
G = 20.47%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD5F94 (or 0xDD5F94) is known color: Pale Violet Red. HEX triplet: DD, 5F and 94. RGB value is (221,95,148). Sum of RGB (Red+Green+Blue) = 221+95+148=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5F94 is #22A06B. Grayscale: #8A8A8A. Windows color (decimal): -2269292 or 9723869. OLE color: 9723869.

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

Color convert

RGB 221 95 148 -
CMYK 0 0.57 0.33 0.13
HSL 334.76º 0.65% 0.62% -
HSV(B) 334.76º 0.57% 0.87% -
XYZ 39.26 25.69 30.91 -
YUV 138.72 133.24 186.69 -
System Red Green Blue C M Y K H S L
Decimal 221 95 148 0 0.57 0.33 0.13 334.76 0.65 0.62
Hex DD 5F 94 0 39 21 D 14F 41 3E
Octal 335 137 224 0 71 41 15 517 101 76
Binary 11011101 1011111 10010100 0 111001 100001 1101 101001111 1000001 111110

Color Harmonies of #DD5F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5F94

Black with #DD5F94

Text Example


Text Example

White with #DD5F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5F94; }

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

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

background-color css

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

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

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

border-color css

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

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

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