Html Css Color HEX #DC5C97 Pale Violet Red

📋 copy color: '#DC5C97'

red 220 ◦ green 92 ◦ blue 151

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

Shades of Pale Violet Red #DC5C97

Tints of Pale Violet Red #DC5C97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 32.61%

R = 47.52%
G = 19.87%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DC5C97 (or 0xDC5C97) is known color: Pale Violet Red. HEX triplet: DC, 5C and 97. RGB value is (220,92,151). Sum of RGB (Red+Green+Blue) = 220+92+151=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 151 (59.38% from 255 or 32.61% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5C97 is #23A368. Grayscale: #888888. Windows color (decimal): -2335593 or 9919708. OLE color: 9919708.

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

Color convert

RGB 220 92 151 -
CMYK 0 0.58 0.31 0.14
HSL 332.34º 0.65% 0.61% -
HSV(B) 332.34º 0.58% 0.86% -
XYZ 38.93 25.1 32.07 -
YUV 137 135.91 187.2 -
System Red Green Blue C M Y K H S L
Decimal 220 92 151 0 0.58 0.31 0.14 332.34 0.65 0.61
Hex DC 5C 97 0 3A 1F E 14C 41 3D
Octal 334 134 227 0 72 37 16 514 101 75
Binary 11011100 1011100 10010111 0 111010 11111 1110 101001100 1000001 111101

Color Harmonies of #DC5C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5C97

Black with #DC5C97

Text Example


Text Example

White with #DC5C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5C97; }

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

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

background-color css

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

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

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

border-color css

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

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

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