Html Css Color HEX #DB6F8F Pale Violet Red

📋 copy color: '#DB6F8F'

red 219 ◦ green 111 ◦ blue 143

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

Shades of Pale Violet Red #DB6F8F

Tints of Pale Violet Red #DB6F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.23%

R = 46.3%
G = 23.47%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB6F8F (or 0xDB6F8F) is known color: Pale Violet Red. HEX triplet: DB, 6F and 8F. RGB value is (219,111,143). Sum of RGB (Red+Green+Blue) = 219+111+143=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 143 (56.25% from 255 or 30.23% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6F8F is #249070. Grayscale: #929292. Windows color (decimal): -2396273 or 9400283. OLE color: 9400283.

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

Color convert

RGB 219 111 143 -
CMYK 0 0.49 0.35 0.14
HSL 342.22º 0.6% 0.65% -
HSV(B) 342.22º 0.49% 0.86% -
XYZ 39.86 28.41 29.37 -
YUV 146.94 125.78 179.4 -
System Red Green Blue C M Y K H S L
Decimal 219 111 143 0 0.49 0.35 0.14 342.22 0.6 0.65
Hex DB 6F 8F 0 31 23 E 156 3C 41
Octal 333 157 217 0 61 43 16 526 74 101
Binary 11011011 1101111 10001111 0 110001 100011 1110 101010110 111100 1000001

Color Harmonies of #DB6F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6F8F

Black with #DB6F8F

Text Example


Text Example

White with #DB6F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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