Html Css Color HEX #DB6097 Pale Violet Red

📋 copy color: '#DB6097'

red 219 ◦ green 96 ◦ blue 151

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

Shades of Pale Violet Red #DB6097

Tints of Pale Violet Red #DB6097

RGB

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

 GREEN value IS 96 (37.89% from 255) = 20.6%

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

R = 47%
G = 20.6%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB6097 (or 0xDB6097) is known color: Pale Violet Red. HEX triplet: DB, 60 and 97. RGB value is (219,96,151). Sum of RGB (Red+Green+Blue) = 219+96+151=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 151 (59.38% from 255 or 32.40% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6097 is #249F68. Grayscale: #8A8A8A. Windows color (decimal): -2400105 or 9920731. OLE color: 9920731.

HSL color Cylindrical-coordinate representation of color #DB6097: hue angle of 333.17º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB6097 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 96 151 -
CMYK 0 0.56 0.31 0.14
HSL 333.17º 0.63% 0.62% -
HSV(B) 333.17º 0.56% 0.86% -
XYZ 38.98 25.66 32.18 -
YUV 139.05 134.75 185.03 -
System Red Green Blue C M Y K H S L
Decimal 219 96 151 0 0.56 0.31 0.14 333.17 0.63 0.62
Hex DB 60 97 0 38 1F E 14D 3F 3E
Octal 333 140 227 0 70 37 16 515 77 76
Binary 11011011 1100000 10010111 0 111000 11111 1110 101001101 111111 111110

Color Harmonies of #DB6097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6097

Black with #DB6097

Text Example


Text Example

White with #DB6097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6097; }

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

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

background-color css

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

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

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

border-color css

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

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

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