Html Css Color HEX #DB6F91 Pale Violet Red

📋 copy color: '#DB6F91'

red 219 ◦ green 111 ◦ blue 145

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

Shades of Pale Violet Red #DB6F91

Tints of Pale Violet Red #DB6F91

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.37%

 BLUE value IS 145 (57.03% from 255) = 30.53%

R = 46.11%
G = 23.37%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB6F91 (or 0xDB6F91) is known color: Pale Violet Red. HEX triplet: DB, 6F and 91. RGB value is (219,111,145). Sum of RGB (Red+Green+Blue) = 219+111+145=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 111 (43.75% from 255 or 23.37% from 475); Blue value is 145 (57.03% from 255 or 30.53% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6F91 is #24906E. Grayscale: #939393. Windows color (decimal): -2396271 or 9531355. OLE color: 9531355.

HSL color Cylindrical-coordinate representation of color #DB6F91: hue angle of 341.11º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB6F91 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 111 145 -
CMYK 0 0.49 0.34 0.14
HSL 341.11º 0.6% 0.65% -
HSV(B) 341.11º 0.49% 0.86% -
XYZ 40.01 28.47 30.18 -
YUV 147.17 126.78 179.24 -
System Red Green Blue C M Y K H S L
Decimal 219 111 145 0 0.49 0.34 0.14 341.11 0.6 0.65
Hex DB 6F 91 0 31 22 E 155 3C 41
Octal 333 157 221 0 61 42 16 525 74 101
Binary 11011011 1101111 10010001 0 110001 100010 1110 101010101 111100 1000001

Color Harmonies of #DB6F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6F91

Black with #DB6F91

Text Example


Text Example

White with #DB6F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6F91; }

 p { color: rgb(219,111,145); }

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

background-color css

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

 a { background-color: rgb(219,111,145); }

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

border-color css

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

 span { border-color: rgb(219,111,145); }

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