Html Css Color HEX #DB6F96 Pale Violet Red

📋 copy color: '#DB6F96'

red 219 ◦ green 111 ◦ blue 150

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

Shades of Pale Violet Red #DB6F96

Tints of Pale Violet Red #DB6F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.25%

R = 45.63%
G = 23.13%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB6F96 (or 0xDB6F96) is known color: Pale Violet Red. HEX triplet: DB, 6F and 96. RGB value is (219,111,150). Sum of RGB (Red+Green+Blue) = 219+111+150=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 111 (43.75% from 255 or 23.12% from 480); Blue value is 150 (58.98% from 255 or 31.25% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6F96 is #249069. Grayscale: #939393. Windows color (decimal): -2396266 or 9859035. OLE color: 9859035.

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

Color convert

RGB 219 111 150 -
CMYK 0 0.49 0.32 0.14
HSL 338.33º 0.6% 0.65% -
HSV(B) 338.33º 0.49% 0.86% -
XYZ 40.4 28.63 32.25 -
YUV 147.74 129.28 178.83 -
System Red Green Blue C M Y K H S L
Decimal 219 111 150 0 0.49 0.32 0.14 338.33 0.6 0.65
Hex DB 6F 96 0 31 20 E 152 3C 41
Octal 333 157 226 0 61 40 16 522 74 101
Binary 11011011 1101111 10010110 0 110001 100000 1110 101010010 111100 1000001

Color Harmonies of #DB6F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6F96

Black with #DB6F96

Text Example


Text Example

White with #DB6F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6F96; }

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

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

background-color css

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

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

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

border-color css

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

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

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