Html Css Color HEX #DB6D9A Pale Violet Red

📋 copy color: '#DB6D9A'

red 219 ◦ green 109 ◦ blue 154

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

Shades of Pale Violet Red #DB6D9A

Tints of Pale Violet Red #DB6D9A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.61%

 BLUE value IS 154 (60.55% from 255) = 31.95%

R = 45.44%
G = 22.61%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB6D9A (or 0xDB6D9A) is known color: Pale Violet Red. HEX triplet: DB, 6D and 9A. RGB value is (219,109,154). Sum of RGB (Red+Green+Blue) = 219+109+154=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 109 (42.97% from 255 or 22.61% from 482); Blue value is 154 (60.55% from 255 or 31.95% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6D9A is #249265. Grayscale: #929292. Windows color (decimal): -2396774 or 10120667. OLE color: 10120667.

HSL color Cylindrical-coordinate representation of color #DB6D9A: hue angle of 335.45º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6D9A is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 109 154 -
CMYK 0 0.50 0.30 0.14
HSL 335.45º 0.6% 0.64% -
HSV(B) 335.45º 0.5% 0.86% -
XYZ 40.51 28.33 33.9 -
YUV 147.02 131.94 179.34 -
System Red Green Blue C M Y K H S L
Decimal 219 109 154 0 0.50 0.30 0.14 335.45 0.6 0.64
Hex DB 6D 9A 0 32 1E E 14F 3C 40
Octal 333 155 232 0 62 36 16 517 74 100
Binary 11011011 1101101 10011010 0 110010 11110 1110 101001111 111100 1000000

Color Harmonies of #DB6D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6D9A

Black with #DB6D9A

Text Example


Text Example

White with #DB6D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6D9A; }

 p { color: rgb(219,109,154); }

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

background-color css

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

 a { background-color: rgb(219,109,154); }

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

border-color css

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

 span { border-color: rgb(219,109,154); }

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