Html Css Color HEX #DB6C9E Pale Violet Red

📋 copy color: '#DB6C9E'

red 219 ◦ green 108 ◦ blue 158

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

Shades of Pale Violet Red #DB6C9E

Tints of Pale Violet Red #DB6C9E

RGB

 RED value IS 219 (85.94% from 255) = 45.15%

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

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

R = 45.15%
G = 22.27%
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

#DB6C9E (or 0xDB6C9E) is known color: Pale Violet Red. HEX triplet: DB, 6C and 9E. RGB value is (219,108,158). Sum of RGB (Red+Green+Blue) = 219+108+158=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 158 (62.11% from 255 or 32.58% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6C9E is #249361. Grayscale: #929292. Windows color (decimal): -2397026 or 10382555. OLE color: 10382555.

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

Color convert

RGB 219 108 158 -
CMYK 0 0.51 0.28 0.14
HSL 332.97º 0.61% 0.64% -
HSV(B) 332.97º 0.51% 0.86% -
XYZ 40.75 28.25 35.65 -
YUV 146.89 134.27 179.43 -
System Red Green Blue C M Y K H S L
Decimal 219 108 158 0 0.51 0.28 0.14 332.97 0.61 0.64
Hex DB 6C 9E 0 33 1C E 14D 3D 40
Octal 333 154 236 0 63 34 16 515 75 100
Binary 11011011 1101100 10011110 0 110011 11100 1110 101001101 111101 1000000

Color Harmonies of #DB6C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6C9E

Black with #DB6C9E

Text Example


Text Example

White with #DB6C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6C9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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