Html Css Color HEX #DD5D90 Pale Violet Red

📋 copy color: '#DD5D90'

red 221 ◦ green 93 ◦ blue 144

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

Shades of Pale Violet Red #DD5D90

Tints of Pale Violet Red #DD5D90

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.31%

 BLUE value IS 144 (56.64% from 255) = 31.44%

R = 48.25%
G = 20.31%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD5D90 (or 0xDD5D90) is known color: Pale Violet Red. HEX triplet: DD, 5D and 90. RGB value is (221,93,144). Sum of RGB (Red+Green+Blue) = 221+93+144=458 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.25% from 458); Green value is 93 (36.72% from 255 or 20.31% from 458); Blue value is 144 (56.64% from 255 or 31.44% from 458); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5D90 is #22A26F. Grayscale: #898989. Windows color (decimal): -2269808 or 9461213. OLE color: 9461213.

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

Color convert

RGB 221 93 144 -
CMYK 0 0.58 0.35 0.13
HSL 336.09º 0.65% 0.62% -
HSV(B) 336.09º 0.58% 0.87% -
XYZ 38.77 25.21 29.21 -
YUV 137.09 131.91 187.85 -
System Red Green Blue C M Y K H S L
Decimal 221 93 144 0 0.58 0.35 0.13 336.09 0.65 0.62
Hex DD 5D 90 0 3A 23 D 150 41 3E
Octal 335 135 220 0 72 43 15 520 101 76
Binary 11011101 1011101 10010000 0 111010 100011 1101 101010000 1000001 111110

Color Harmonies of #DD5D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5D90

Black with #DD5D90

Text Example


Text Example

White with #DD5D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5D90; }

 p { color: rgb(221,93,144); }

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

background-color css

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

 a { background-color: rgb(221,93,144); }

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

border-color css

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

 span { border-color: rgb(221,93,144); }

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