Html Css Color HEX #DD5895 Pale Violet Red

📋 copy color: '#DD5895'

red 221 ◦ green 88 ◦ blue 149

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

Shades of Pale Violet Red #DD5895

Tints of Pale Violet Red #DD5895

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.21%

 BLUE value IS 149 (58.59% from 255) = 32.53%

R = 48.25%
G = 19.21%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD5895 (or 0xDD5895) is known color: Pale Violet Red. HEX triplet: DD, 58 and 95. RGB value is (221,88,149). Sum of RGB (Red+Green+Blue) = 221+88+149=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 88 (34.77% from 255 or 19.21% from 458); Blue value is 149 (58.59% from 255 or 32.53% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5895 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5895 is #22A76A. Grayscale: #868686. Windows color (decimal): -2271083 or 9787613. OLE color: 9787613.

HSL color Cylindrical-coordinate representation of color #DD5895: hue angle of 332.48º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD5895 is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 88 149 -
CMYK 0 0.60 0.33 0.13
HSL 332.48º 0.66% 0.61% -
HSV(B) 332.48º 0.6% 0.87% -
XYZ 38.73 24.52 31.13 -
YUV 134.72 136.06 189.54 -
System Red Green Blue C M Y K H S L
Decimal 221 88 149 0 0.60 0.33 0.13 332.48 0.66 0.61
Hex DD 58 95 0 3C 21 D 14C 42 3D
Octal 335 130 225 0 74 41 15 514 102 75
Binary 11011101 1011000 10010101 0 111100 100001 1101 101001100 1000010 111101

Color Harmonies of #DD5895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5895

Black with #DD5895

Text Example


Text Example

White with #DD5895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5895; }

 p { color: rgb(221,88,149); }

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

background-color css

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

 a { background-color: rgb(221,88,149); }

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

border-color css

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

 span { border-color: rgb(221,88,149); }

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