Html Css Color HEX #DC5F9A Pale Violet Red

📋 copy color: '#DC5F9A'

red 220 ◦ green 95 ◦ blue 154

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

Shades of Pale Violet Red #DC5F9A

Tints of Pale Violet Red #DC5F9A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.26%

 BLUE value IS 154 (60.55% from 255) = 32.84%

R = 46.91%
G = 20.26%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DC5F9A (or 0xDC5F9A) is known color: Pale Violet Red. HEX triplet: DC, 5F and 9A. RGB value is (220,95,154). Sum of RGB (Red+Green+Blue) = 220+95+154=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 95 (37.5% from 255 or 20.26% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5F9A is #23A065. Grayscale: #8A8A8A. Windows color (decimal): -2334822 or 10117084. OLE color: 10117084.

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

Color convert

RGB 220 95 154 -
CMYK 0 0.57 0.3 0.14
HSL 331.68º 0.64% 0.62% -
HSV(B) 331.68º 0.57% 0.86% -
XYZ 39.44 25.73 33.46 -
YUV 139.1 136.41 185.7 -
System Red Green Blue C M Y K H S L
Decimal 220 95 154 0 0.57 0.3 0.14 331.68 0.64 0.62
Hex DC 5F 9A 0 39 1E E 14C 40 3E
Octal 334 137 232 0 71 36 16 514 100 76
Binary 11011100 1011111 10011010 0 111001 11110 1110 101001100 1000000 111110

Color Harmonies of #DC5F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5F9A

Black with #DC5F9A

Text Example


Text Example

White with #DC5F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5F9A; }

 p { color: rgb(220,95,154); }

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

background-color css

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

 a { background-color: rgb(220,95,154); }

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

border-color css

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

 span { border-color: rgb(220,95,154); }

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