Html Css Color HEX #DC5C94 Pale Violet Red

📋 copy color: '#DC5C94'

red 220 ◦ green 92 ◦ blue 148

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

Shades of Pale Violet Red #DC5C94

Tints of Pale Violet Red #DC5C94

RGB

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

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

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

R = 47.83%
G = 20%
B = 32.17%

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

#DC5C94 (or 0xDC5C94) is known color: Pale Violet Red. HEX triplet: DC, 5C and 94. RGB value is (220,92,148). Sum of RGB (Red+Green+Blue) = 220+92+148=460 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.83% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5C94 is #23A36B. Grayscale: #888888. Windows color (decimal): -2335596 or 9723100. OLE color: 9723100.

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

Color convert

RGB 220 92 148 -
CMYK 0 0.58 0.33 0.14
HSL 333.75º 0.65% 0.61% -
HSV(B) 333.75º 0.58% 0.86% -
XYZ 38.69 25.01 30.8 -
YUV 136.66 134.41 187.45 -
System Red Green Blue C M Y K H S L
Decimal 220 92 148 0 0.58 0.33 0.14 333.75 0.65 0.61
Hex DC 5C 94 0 3A 21 E 14E 41 3D
Octal 334 134 224 0 72 41 16 516 101 75
Binary 11011100 1011100 10010100 0 111010 100001 1110 101001110 1000001 111101

Color Harmonies of #DC5C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5C94

Black with #DC5C94

Text Example


Text Example

White with #DC5C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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