Html Css Color HEX #DB6A97 Pale Violet Red

📋 copy color: '#DB6A97'

red 219 ◦ green 106 ◦ blue 151

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

Shades of Pale Violet Red #DB6A97

Tints of Pale Violet Red #DB6A97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.72%

R = 46.01%
G = 22.27%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB6A97 (or 0xDB6A97) is known color: Pale Violet Red. HEX triplet: DB, 6A and 97. RGB value is (219,106,151). Sum of RGB (Red+Green+Blue) = 219+106+151=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 106 (41.80% from 255 or 22.27% from 476); Blue value is 151 (59.38% from 255 or 31.72% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6A97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6A97 is #249568. Grayscale: #909090. Windows color (decimal): -2397545 or 9923291. OLE color: 9923291.

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

Color convert

RGB 219 106 151 -
CMYK 0 0.52 0.31 0.14
HSL 336.11º 0.61% 0.64% -
HSV(B) 336.11º 0.52% 0.86% -
XYZ 39.95 27.6 32.5 -
YUV 144.92 131.44 180.84 -
System Red Green Blue C M Y K H S L
Decimal 219 106 151 0 0.52 0.31 0.14 336.11 0.61 0.64
Hex DB 6A 97 0 34 1F E 150 3D 40
Octal 333 152 227 0 64 37 16 520 75 100
Binary 11011011 1101010 10010111 0 110100 11111 1110 101010000 111101 1000000

Color Harmonies of #DB6A97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6A97

Black with #DB6A97

Text Example


Text Example

White with #DB6A97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6A97; }

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

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

background-color css

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

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

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

border-color css

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

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

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