Html Css Color HEX #DC5D94 Pale Violet Red

📋 copy color: '#DC5D94'

red 220 ◦ green 93 ◦ blue 148

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

Shades of Pale Violet Red #DC5D94

Tints of Pale Violet Red #DC5D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.1%

R = 47.72%
G = 20.17%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC5D94 (or 0xDC5D94) is known color: Pale Violet Red. HEX triplet: DC, 5D and 94. RGB value is (220,93,148). Sum of RGB (Red+Green+Blue) = 220+93+148=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 148 (58.20% from 255 or 32.10% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5D94 is #23A26B. Grayscale: #898989. Windows color (decimal): -2335340 or 9723356. OLE color: 9723356.

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

Color convert

RGB 220 93 148 -
CMYK 0 0.58 0.33 0.14
HSL 334.02º 0.64% 0.61% -
HSV(B) 334.02º 0.58% 0.86% -
XYZ 38.77 25.18 30.83 -
YUV 137.24 134.08 187.03 -
System Red Green Blue C M Y K H S L
Decimal 220 93 148 0 0.58 0.33 0.14 334.02 0.64 0.61
Hex DC 5D 94 0 3A 21 E 14E 40 3D
Octal 334 135 224 0 72 41 16 516 100 75
Binary 11011100 1011101 10010100 0 111010 100001 1110 101001110 1000000 111101

Color Harmonies of #DC5D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5D94

Black with #DC5D94

Text Example


Text Example

White with #DC5D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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