Html Css Color HEX #DD5A96 Pale Violet Red

📋 copy color: '#DD5A96'

red 221 ◦ green 90 ◦ blue 150

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

Shades of Pale Violet Red #DD5A96

Tints of Pale Violet Red #DD5A96

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.52%

 BLUE value IS 150 (58.98% from 255) = 32.54%

R = 47.94%
G = 19.52%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD5A96 (or 0xDD5A96) is known color: Pale Violet Red. HEX triplet: DD, 5A and 96. RGB value is (221,90,150). Sum of RGB (Red+Green+Blue) = 221+90+150=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 150 (58.98% from 255 or 32.54% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5A96 is #22A569. Grayscale: #878787. Windows color (decimal): -2270570 or 9853661. OLE color: 9853661.

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

Color convert

RGB 221 90 150 -
CMYK 0 0.59 0.32 0.13
HSL 332.52º 0.66% 0.61% -
HSV(B) 332.52º 0.59% 0.87% -
XYZ 38.98 24.89 31.6 -
YUV 136.01 135.9 188.62 -
System Red Green Blue C M Y K H S L
Decimal 221 90 150 0 0.59 0.32 0.13 332.52 0.66 0.61
Hex DD 5A 96 0 3B 20 D 14D 42 3D
Octal 335 132 226 0 73 40 15 515 102 75
Binary 11011101 1011010 10010110 0 111011 100000 1101 101001101 1000010 111101

Color Harmonies of #DD5A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5A96

Black with #DD5A96

Text Example


Text Example

White with #DD5A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5A96; }

 p { color: rgb(221,90,150); }

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

background-color css

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

 a { background-color: rgb(221,90,150); }

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

border-color css

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

 span { border-color: rgb(221,90,150); }

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