Html Css Color HEX #DD5F9A Pale Violet Red

📋 copy color: '#DD5F9A'

red 221 ◦ green 95 ◦ blue 154

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

Shades of Pale Violet Red #DD5F9A

Tints of Pale Violet Red #DD5F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 32.77%

R = 47.02%
G = 20.21%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD5F9A (or 0xDD5F9A) is known color: Pale Violet Red. HEX triplet: DD, 5F and 9A. RGB value is (221,95,154). Sum of RGB (Red+Green+Blue) = 221+95+154=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 95 (37.5% from 255 or 20.21% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5F9A is #22A065. Grayscale: #8B8B8B. Windows color (decimal): -2269286 or 10117085. OLE color: 10117085.

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

Color convert

RGB 221 95 154 -
CMYK 0 0.57 0.30 0.13
HSL 331.9º 0.65% 0.62% -
HSV(B) 331.9º 0.57% 0.87% -
XYZ 39.74 25.89 33.47 -
YUV 139.4 136.24 186.2 -
System Red Green Blue C M Y K H S L
Decimal 221 95 154 0 0.57 0.30 0.13 331.9 0.65 0.62
Hex DD 5F 9A 0 39 1E D 14C 41 3E
Octal 335 137 232 0 71 36 15 514 101 76
Binary 11011101 1011111 10011010 0 111001 11110 1101 101001100 1000001 111110

Color Harmonies of #DD5F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5F9A

Black with #DD5F9A

Text Example


Text Example

White with #DD5F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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