Html Css Color HEX #DC5A92 Pale Violet Red

📋 copy color: '#DC5A92'

red 220 ◦ green 90 ◦ blue 146

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

Shades of Pale Violet Red #DC5A92

Tints of Pale Violet Red #DC5A92

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.74%

 BLUE value IS 146 (57.42% from 255) = 32.02%

R = 48.25%
G = 19.74%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC5A92 (or 0xDC5A92) is known color: Pale Violet Red. HEX triplet: DC, 5A and 92. RGB value is (220,90,146). Sum of RGB (Red+Green+Blue) = 220+90+146=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 90 (35.55% from 255 or 19.74% from 456); Blue value is 146 (57.42% from 255 or 32.02% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5A92 is #23A56D. Grayscale: #878787. Windows color (decimal): -2336110 or 9591516. OLE color: 9591516.

HSL color Cylindrical-coordinate representation of color #DC5A92: hue angle of 334.15º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC5A92 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 90 146 -
CMYK 0 0.59 0.34 0.14
HSL 334.15º 0.65% 0.61% -
HSV(B) 334.15º 0.59% 0.86% -
XYZ 38.36 24.6 29.92 -
YUV 135.25 134.07 188.45 -
System Red Green Blue C M Y K H S L
Decimal 220 90 146 0 0.59 0.34 0.14 334.15 0.65 0.61
Hex DC 5A 92 0 3B 22 E 14E 41 3D
Octal 334 132 222 0 73 42 16 516 101 75
Binary 11011100 1011010 10010010 0 111011 100010 1110 101001110 1000001 111101

Color Harmonies of #DC5A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5A92

Black with #DC5A92

Text Example


Text Example

White with #DC5A92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5A92; }

 p { color: rgb(220,90,146); }

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

background-color css

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

 a { background-color: rgb(220,90,146); }

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

border-color css

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

 span { border-color: rgb(220,90,146); }

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