Html Css Color HEX #DB6F9B Pale Violet Red

📋 copy color: '#DB6F9B'

red 219 ◦ green 111 ◦ blue 155

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

Shades of Pale Violet Red #DB6F9B

Tints of Pale Violet Red #DB6F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.96%

R = 45.15%
G = 22.89%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.29

 K value IS 0.14

RGB Variations

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

Color information

#DB6F9B (or 0xDB6F9B) is known color: Pale Violet Red. HEX triplet: DB, 6F and 9B. RGB value is (219,111,155). Sum of RGB (Red+Green+Blue) = 219+111+155=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 155 (60.94% from 255 or 31.96% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6F9B is #249064. Grayscale: #949494. Windows color (decimal): -2396261 or 10186715. OLE color: 10186715.

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

Color convert

RGB 219 111 155 -
CMYK 0 0.49 0.29 0.14
HSL 335.56º 0.6% 0.65% -
HSV(B) 335.56º 0.49% 0.86% -
XYZ 40.81 28.8 34.42 -
YUV 148.31 131.78 178.42 -
System Red Green Blue C M Y K H S L
Decimal 219 111 155 0 0.49 0.29 0.14 335.56 0.6 0.65
Hex DB 6F 9B 0 31 1D E 150 3C 41
Octal 333 157 233 0 61 35 16 520 74 101
Binary 11011011 1101111 10011011 0 110001 11101 1110 101010000 111100 1000001

Color Harmonies of #DB6F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6F9B

Black with #DB6F9B

Text Example


Text Example

White with #DB6F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6F9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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