Html Css Color HEX #DD5C9D Pale Violet Red

📋 copy color: '#DD5C9D'

red 221 ◦ green 92 ◦ blue 157

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

Shades of Pale Violet Red #DD5C9D

Tints of Pale Violet Red #DD5C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.4%

R = 47.02%
G = 19.57%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD5C9D (or 0xDD5C9D) is known color: Pale Violet Red. HEX triplet: DD, 5C and 9D. RGB value is (221,92,157). Sum of RGB (Red+Green+Blue) = 221+92+157=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 157 (61.72% from 255 or 33.40% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5C9D is #22A362. Grayscale: #898989. Windows color (decimal): -2270051 or 10312925. OLE color: 10312925.

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

Color convert

RGB 221 92 157 -
CMYK 0 0.58 0.29 0.13
HSL 329.77º 0.65% 0.61% -
HSV(B) 329.77º 0.58% 0.87% -
XYZ 39.73 25.46 34.72 -
YUV 137.98 138.74 187.21 -
System Red Green Blue C M Y K H S L
Decimal 221 92 157 0 0.58 0.29 0.13 329.77 0.65 0.61
Hex DD 5C 9D 0 3A 1D D 14A 41 3D
Octal 335 134 235 0 72 35 15 512 101 75
Binary 11011101 1011100 10011101 0 111010 11101 1101 101001010 1000001 111101

Color Harmonies of #DD5C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5C9D

Black with #DD5C9D

Text Example


Text Example

White with #DD5C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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