Html Css Color HEX #DC6B9E Pale Violet Red

📋 copy color: '#DC6B9E'

red 220 ◦ green 107 ◦ blue 158

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

Shades of Pale Violet Red #DC6B9E

Tints of Pale Violet Red #DC6B9E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.06%

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

R = 45.36%
G = 22.06%
B = 32.58%

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

#DC6B9E (or 0xDC6B9E) is known color: Pale Violet Red. HEX triplet: DC, 6B and 9E. RGB value is (220,107,158). Sum of RGB (Red+Green+Blue) = 220+107+158=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 107 (42.19% from 255 or 22.06% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6B9E is #239461. Grayscale: #929292. Windows color (decimal): -2331746 or 10382300. OLE color: 10382300.

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

Color convert

RGB 220 107 158 -
CMYK 0 0.51 0.28 0.14
HSL 332.92º 0.62% 0.64% -
HSV(B) 332.92º 0.51% 0.86% -
XYZ 40.94 28.2 35.63 -
YUV 146.6 134.44 180.35 -
System Red Green Blue C M Y K H S L
Decimal 220 107 158 0 0.51 0.28 0.14 332.92 0.62 0.64
Hex DC 6B 9E 0 33 1C E 14D 3E 40
Octal 334 153 236 0 63 34 16 515 76 100
Binary 11011100 1101011 10011110 0 110011 11100 1110 101001101 111110 1000000

Color Harmonies of #DC6B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6B9E

Black with #DC6B9E

Text Example


Text Example

White with #DC6B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6B9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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