Html Css Color HEX #DD5D94 Pale Violet Red

📋 copy color: '#DD5D94'

red 221 ◦ green 93 ◦ blue 148

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

Shades of Pale Violet Red #DD5D94

Tints of Pale Violet Red #DD5D94

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.13%

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

R = 47.84%
G = 20.13%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD5D94 (or 0xDD5D94) is known color: Pale Violet Red. HEX triplet: DD, 5D and 94. RGB value is (221,93,148). Sum of RGB (Red+Green+Blue) = 221+93+148=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 148 (58.20% from 255 or 32.03% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5D94 is #22A26B. Grayscale: #898989. Windows color (decimal): -2269804 or 9723357. OLE color: 9723357.

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

Color convert

RGB 221 93 148 -
CMYK 0 0.58 0.33 0.13
HSL 334.22º 0.65% 0.62% -
HSV(B) 334.22º 0.58% 0.87% -
XYZ 39.08 25.34 30.85 -
YUV 137.54 133.91 187.53 -
System Red Green Blue C M Y K H S L
Decimal 221 93 148 0 0.58 0.33 0.13 334.22 0.65 0.62
Hex DD 5D 94 0 3A 21 D 14E 41 3E
Octal 335 135 224 0 72 41 15 516 101 76
Binary 11011101 1011101 10010100 0 111010 100001 1101 101001110 1000001 111110

Color Harmonies of #DD5D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5D94

Black with #DD5D94

Text Example


Text Example

White with #DD5D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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