Html Css Color HEX #DD5C99 Pale Violet Red

📋 copy color: '#DD5C99'

red 221 ◦ green 92 ◦ blue 153

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

Shades of Pale Violet Red #DD5C99

Tints of Pale Violet Red #DD5C99

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.74%

 BLUE value IS 153 (60.16% from 255) = 32.83%

R = 47.42%
G = 19.74%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD5C99 (or 0xDD5C99) is known color: Pale Violet Red. HEX triplet: DD, 5C and 99. RGB value is (221,92,153). Sum of RGB (Red+Green+Blue) = 221+92+153=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 92 (36.33% from 255 or 19.74% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5C99 is #22A366. Grayscale: #898989. Windows color (decimal): -2270055 or 10050781. OLE color: 10050781.

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

Color convert

RGB 221 92 153 -
CMYK 0 0.58 0.31 0.13
HSL 331.63º 0.65% 0.61% -
HSV(B) 331.63º 0.58% 0.87% -
XYZ 39.4 25.33 32.95 -
YUV 137.53 136.74 187.54 -
System Red Green Blue C M Y K H S L
Decimal 221 92 153 0 0.58 0.31 0.13 331.63 0.65 0.61
Hex DD 5C 99 0 3A 1F D 14C 41 3D
Octal 335 134 231 0 72 37 15 514 101 75
Binary 11011101 1011100 10011001 0 111010 11111 1101 101001100 1000001 111101

Color Harmonies of #DD5C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5C99

Black with #DD5C99

Text Example


Text Example

White with #DD5C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5C99; }

 p { color: rgb(221,92,153); }

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

background-color css

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

 a { background-color: rgb(221,92,153); }

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

border-color css

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

 span { border-color: rgb(221,92,153); }

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