Html Css Color HEX #DB6089 Pale Violet Red

📋 copy color: '#DB6089'

red 219 ◦ green 96 ◦ blue 137

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

Shades of Pale Violet Red #DB6089

Tints of Pale Violet Red #DB6089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 30.31%

R = 48.45%
G = 21.24%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DB6089 (or 0xDB6089) is known color: Pale Violet Red. HEX triplet: DB, 60 and 89. RGB value is (219,96,137). Sum of RGB (Red+Green+Blue) = 219+96+137=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 96 (37.89% from 255 or 21.24% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6089 is #249F76. Grayscale: #898989. Windows color (decimal): -2400119 or 9003227. OLE color: 9003227.

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

Color convert

RGB 219 96 137 -
CMYK 0 0.56 0.37 0.14
HSL 340º 0.63% 0.62% -
HSV(B) 340º 0.56% 0.86% -
XYZ 37.91 25.23 26.54 -
YUV 137.45 127.75 186.17 -
System Red Green Blue C M Y K H S L
Decimal 219 96 137 0 0.56 0.37 0.14 340 0.63 0.62
Hex DB 60 89 0 38 25 E 154 3F 3E
Octal 333 140 211 0 70 45 16 524 77 76
Binary 11011011 1100000 10001001 0 111000 100101 1110 101010100 111111 111110

Color Harmonies of #DB6089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6089

Black with #DB6089

Text Example


Text Example

White with #DB6089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6089; }

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

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

background-color css

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

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

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

border-color css

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

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

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