Html Css Color HEX #DC5C96 Pale Violet Red

📋 copy color: '#DC5C96'

red 220 ◦ green 92 ◦ blue 150

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

Shades of Pale Violet Red #DC5C96

Tints of Pale Violet Red #DC5C96

RGB

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

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

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

R = 47.62%
G = 19.91%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC5C96 (or 0xDC5C96) is known color: Pale Violet Red. HEX triplet: DC, 5C and 96. RGB value is (220,92,150). Sum of RGB (Red+Green+Blue) = 220+92+150=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 150 (58.98% from 255 or 32.47% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5C96 is #23A369. Grayscale: #888888. Windows color (decimal): -2335594 or 9854172. OLE color: 9854172.

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

Color convert

RGB 220 92 150 -
CMYK 0 0.58 0.32 0.14
HSL 332.81º 0.65% 0.61% -
HSV(B) 332.81º 0.58% 0.86% -
XYZ 38.85 25.07 31.65 -
YUV 136.88 135.41 187.28 -
System Red Green Blue C M Y K H S L
Decimal 220 92 150 0 0.58 0.32 0.14 332.81 0.65 0.61
Hex DC 5C 96 0 3A 20 E 14D 41 3D
Octal 334 134 226 0 72 40 16 515 101 75
Binary 11011100 1011100 10010110 0 111010 100000 1110 101001101 1000001 111101

Color Harmonies of #DC5C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5C96

Black with #DC5C96

Text Example


Text Example

White with #DC5C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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