Html Css Color HEX #DD5F8D Pale Violet Red

📋 copy color: '#DD5F8D'

red 221 ◦ green 95 ◦ blue 141

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

Shades of Pale Violet Red #DD5F8D

Tints of Pale Violet Red #DD5F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.85%

R = 48.36%
G = 20.79%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD5F8D (or 0xDD5F8D) is known color: Pale Violet Red. HEX triplet: DD, 5F and 8D. RGB value is (221,95,141). Sum of RGB (Red+Green+Blue) = 221+95+141=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 95 (37.5% from 255 or 20.79% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5F8D is #22A072. Grayscale: #898989. Windows color (decimal): -2269299 or 9265117. OLE color: 9265117.

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

Color convert

RGB 221 95 141 -
CMYK 0 0.57 0.36 0.13
HSL 338.1º 0.65% 0.62% -
HSV(B) 338.1º 0.57% 0.87% -
XYZ 38.72 25.48 28.08 -
YUV 137.92 129.74 187.26 -
System Red Green Blue C M Y K H S L
Decimal 221 95 141 0 0.57 0.36 0.13 338.1 0.65 0.62
Hex DD 5F 8D 0 39 24 D 152 41 3E
Octal 335 137 215 0 71 44 15 522 101 76
Binary 11011101 1011111 10001101 0 111001 100100 1101 101010010 1000001 111110

Color Harmonies of #DD5F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5F8D

Black with #DD5F8D

Text Example


Text Example

White with #DD5F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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