Html Css Color HEX #DC6C9E Pale Violet Red

📋 copy color: '#DC6C9E'

red 220 ◦ green 108 ◦ blue 158

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

Shades of Pale Violet Red #DC6C9E

Tints of Pale Violet Red #DC6C9E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.22%

 BLUE value IS 158 (62.11% from 255) = 32.51%

R = 45.27%
G = 22.22%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DC6C9E (or 0xDC6C9E) is known color: Pale Violet Red. HEX triplet: DC, 6C and 9E. RGB value is (220,108,158). Sum of RGB (Red+Green+Blue) = 220+108+158=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 108 (42.58% from 255 or 22.22% from 486); Blue value is 158 (62.11% from 255 or 32.51% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6C9E is #239361. Grayscale: #939393. Windows color (decimal): -2331490 or 10382556. OLE color: 10382556.

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

Color convert

RGB 220 108 158 -
CMYK 0 0.51 0.28 0.14
HSL 333.21º 0.62% 0.64% -
HSV(B) 333.21º 0.51% 0.86% -
XYZ 41.05 28.41 35.67 -
YUV 147.19 134.11 179.93 -
System Red Green Blue C M Y K H S L
Decimal 220 108 158 0 0.51 0.28 0.14 333.21 0.62 0.64
Hex DC 6C 9E 0 33 1C E 14D 3E 40
Octal 334 154 236 0 63 34 16 515 76 100
Binary 11011100 1101100 10011110 0 110011 11100 1110 101001101 111110 1000000

Color Harmonies of #DC6C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6C9E

Black with #DC6C9E

Text Example


Text Example

White with #DC6C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6C9E; }

 p { color: rgb(220,108,158); }

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

background-color css

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

 a { background-color: rgb(220,108,158); }

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

border-color css

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

 span { border-color: rgb(220,108,158); }

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