Html Css Color HEX #DC5D90 Pale Violet Red

📋 copy color: '#DC5D90'

red 220 ◦ green 93 ◦ blue 144

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

Shades of Pale Violet Red #DC5D90

Tints of Pale Violet Red #DC5D90

RGB

 RED value IS 220 (86.33% from 255) = 48.14%

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

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

R = 48.14%
G = 20.35%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC5D90 (or 0xDC5D90) is known color: Pale Violet Red. HEX triplet: DC, 5D and 90. RGB value is (220,93,144). Sum of RGB (Red+Green+Blue) = 220+93+144=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5D90 is #23A26F. Grayscale: #888888. Windows color (decimal): -2335344 or 9461212. OLE color: 9461212.

HSL color Cylindrical-coordinate representation of color #DC5D90: hue angle of 335.91º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC5D90 is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 93 144 -
CMYK 0 0.58 0.35 0.14
HSL 335.91º 0.64% 0.61% -
HSV(B) 335.91º 0.58% 0.86% -
XYZ 38.46 25.06 29.19 -
YUV 136.79 132.08 187.35 -
System Red Green Blue C M Y K H S L
Decimal 220 93 144 0 0.58 0.35 0.14 335.91 0.64 0.61
Hex DC 5D 90 0 3A 23 E 150 40 3D
Octal 334 135 220 0 72 43 16 520 100 75
Binary 11011100 1011101 10010000 0 111010 100011 1110 101010000 1000000 111101

Color Harmonies of #DC5D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5D90

Black with #DC5D90

Text Example


Text Example

White with #DC5D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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