Html Css Color HEX #DB6F99 Pale Violet Red

📋 copy color: '#DB6F99'

red 219 ◦ green 111 ◦ blue 153

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

Shades of Pale Violet Red #DB6F99

Tints of Pale Violet Red #DB6F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.68%

R = 45.34%
G = 22.98%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB6F99 (or 0xDB6F99) is known color: Pale Violet Red. HEX triplet: DB, 6F and 99. RGB value is (219,111,153). Sum of RGB (Red+Green+Blue) = 219+111+153=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6F99 is #249066. Grayscale: #949494. Windows color (decimal): -2396263 or 10055643. OLE color: 10055643.

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

Color convert

RGB 219 111 153 -
CMYK 0 0.49 0.30 0.14
HSL 336.67º 0.6% 0.65% -
HSV(B) 336.67º 0.49% 0.86% -
XYZ 40.65 28.73 33.54 -
YUV 148.08 130.78 178.58 -
System Red Green Blue C M Y K H S L
Decimal 219 111 153 0 0.49 0.30 0.14 336.67 0.6 0.65
Hex DB 6F 99 0 31 1E E 151 3C 41
Octal 333 157 231 0 61 36 16 521 74 101
Binary 11011011 1101111 10011001 0 110001 11110 1110 101010001 111100 1000001

Color Harmonies of #DB6F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6F99

Black with #DB6F99

Text Example


Text Example

White with #DB6F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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