Html Css Color HEX #DD5F9B Pale Violet Red

📋 copy color: '#DD5F9B'

red 221 ◦ green 95 ◦ blue 155

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

Shades of Pale Violet Red #DD5F9B

Tints of Pale Violet Red #DD5F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 32.91%

R = 46.92%
G = 20.17%
B = 32.91%

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

#DD5F9B (or 0xDD5F9B) is known color: Pale Violet Red. HEX triplet: DD, 5F and 9B. RGB value is (221,95,155). Sum of RGB (Red+Green+Blue) = 221+95+155=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 155 (60.94% from 255 or 32.91% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5F9B is #22A064. Grayscale: #8B8B8B. Windows color (decimal): -2269285 or 10182621. OLE color: 10182621.

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

Color convert

RGB 221 95 155 -
CMYK 0 0.57 0.30 0.13
HSL 331.43º 0.65% 0.62% -
HSV(B) 331.43º 0.57% 0.87% -
XYZ 39.83 25.92 33.91 -
YUV 139.51 136.74 186.12 -
System Red Green Blue C M Y K H S L
Decimal 221 95 155 0 0.57 0.30 0.13 331.43 0.65 0.62
Hex DD 5F 9B 0 39 1E D 14B 41 3E
Octal 335 137 233 0 71 36 15 513 101 76
Binary 11011101 1011111 10011011 0 111001 11110 1101 101001011 1000001 111110

Color Harmonies of #DD5F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5F9B

Black with #DD5F9B

Text Example


Text Example

White with #DD5F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5F9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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