Html Css Color HEX #DB6A95 Pale Violet Red

📋 copy color: '#DB6A95'

red 219 ◦ green 106 ◦ blue 149

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

Shades of Pale Violet Red #DB6A95

Tints of Pale Violet Red #DB6A95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.43%

R = 46.2%
G = 22.36%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB6A95 (or 0xDB6A95) is known color: Pale Violet Red. HEX triplet: DB, 6A and 95. RGB value is (219,106,149). Sum of RGB (Red+Green+Blue) = 219+106+149=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6A95 is #24956A. Grayscale: #909090. Windows color (decimal): -2397547 or 9792219. OLE color: 9792219.

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

Color convert

RGB 219 106 149 -
CMYK 0 0.52 0.32 0.14
HSL 337.17º 0.61% 0.64% -
HSV(B) 337.17º 0.52% 0.86% -
XYZ 39.79 27.54 31.65 -
YUV 144.69 130.44 181 -
System Red Green Blue C M Y K H S L
Decimal 219 106 149 0 0.52 0.32 0.14 337.17 0.61 0.64
Hex DB 6A 95 0 34 20 E 151 3D 40
Octal 333 152 225 0 64 40 16 521 75 100
Binary 11011011 1101010 10010101 0 110100 100000 1110 101010001 111101 1000000

Color Harmonies of #DB6A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6A95

Black with #DB6A95

Text Example


Text Example

White with #DB6A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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