Html Css Color HEX #DC6592 Pale Violet Red

📋 copy color: '#DC6592'

red 220 ◦ green 101 ◦ blue 146

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

Shades of Pale Violet Red #DC6592

Tints of Pale Violet Red #DC6592

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.63%

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

R = 47.11%
G = 21.63%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC6592 (or 0xDC6592) is known color: Pale Violet Red. HEX triplet: DC, 65 and 92. RGB value is (220,101,146). Sum of RGB (Red+Green+Blue) = 220+101+146=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 101 (39.84% from 255 or 21.63% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6592 is #239A6D. Grayscale: #8D8D8D. Windows color (decimal): -2333294 or 9594332. OLE color: 9594332.

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

Color convert

RGB 220 101 146 -
CMYK 0 0.54 0.34 0.14
HSL 337.31º 0.63% 0.63% -
HSV(B) 337.31º 0.54% 0.86% -
XYZ 39.36 26.6 30.25 -
YUV 141.71 130.42 183.84 -
System Red Green Blue C M Y K H S L
Decimal 220 101 146 0 0.54 0.34 0.14 337.31 0.63 0.63
Hex DC 65 92 0 36 22 E 151 3F 3F
Octal 334 145 222 0 66 42 16 521 77 77
Binary 11011100 1100101 10010010 0 110110 100010 1110 101010001 111111 111111

Color Harmonies of #DC6592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6592

Black with #DC6592

Text Example


Text Example

White with #DC6592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6592; }

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

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

background-color css

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

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

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

border-color css

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

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

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