Html Css Color HEX #DC659C Pale Violet Red

📋 copy color: '#DC659C'

red 220 ◦ green 101 ◦ blue 156

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

Shades of Pale Violet Red #DC659C

Tints of Pale Violet Red #DC659C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 32.7%

R = 46.12%
G = 21.17%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DC659C (or 0xDC659C) is known color: Pale Violet Red. HEX triplet: DC, 65 and 9C. RGB value is (220,101,156). Sum of RGB (Red+Green+Blue) = 220+101+156=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 156 (61.33% from 255 or 32.70% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC659C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC659C is #239A63. Grayscale: #8E8E8E. Windows color (decimal): -2333284 or 10249692. OLE color: 10249692.

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

Color convert

RGB 220 101 156 -
CMYK 0 0.54 0.29 0.14
HSL 332.27º 0.63% 0.63% -
HSV(B) 332.27º 0.54% 0.86% -
XYZ 40.17 26.92 34.53 -
YUV 142.85 135.42 183.03 -
System Red Green Blue C M Y K H S L
Decimal 220 101 156 0 0.54 0.29 0.14 332.27 0.63 0.63
Hex DC 65 9C 0 36 1D E 14C 3F 3F
Octal 334 145 234 0 66 35 16 514 77 77
Binary 11011100 1100101 10011100 0 110110 11101 1110 101001100 111111 111111

Color Harmonies of #DC659C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC659C

Black with #DC659C

Text Example


Text Example

White with #DC659C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC659C; }

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

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

background-color css

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

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

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

border-color css

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

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

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