Html Css Color HEX #DB6A9D Pale Violet Red

📋 copy color: '#DB6A9D'

red 219 ◦ green 106 ◦ blue 157

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

Shades of Pale Violet Red #DB6A9D

Tints of Pale Violet Red #DB6A9D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.99%

 BLUE value IS 157 (61.72% from 255) = 32.57%

R = 45.44%
G = 21.99%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB6A9D (or 0xDB6A9D) is known color: Pale Violet Red. HEX triplet: DB, 6A and 9D. RGB value is (219,106,157). Sum of RGB (Red+Green+Blue) = 219+106+157=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 106 (41.80% from 255 or 21.99% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6A9D is #249562. Grayscale: #919191. Windows color (decimal): -2397539 or 10316507. OLE color: 10316507.

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

Color convert

RGB 219 106 157 -
CMYK 0 0.52 0.28 0.14
HSL 332.92º 0.61% 0.64% -
HSV(B) 332.92º 0.52% 0.86% -
XYZ 40.45 27.8 35.13 -
YUV 145.6 134.44 180.35 -
System Red Green Blue C M Y K H S L
Decimal 219 106 157 0 0.52 0.28 0.14 332.92 0.61 0.64
Hex DB 6A 9D 0 34 1C E 14D 3D 40
Octal 333 152 235 0 64 34 16 515 75 100
Binary 11011011 1101010 10011101 0 110100 11100 1110 101001101 111101 1000000

Color Harmonies of #DB6A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6A9D

Black with #DB6A9D

Text Example


Text Example

White with #DB6A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6A9D; }

 p { color: rgb(219,106,157); }

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

background-color css

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

 a { background-color: rgb(219,106,157); }

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

border-color css

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

 span { border-color: rgb(219,106,157); }

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