Html Css Color HEX #DB6E8F Pale Violet Red

📋 copy color: '#DB6E8F'

red 219 ◦ green 110 ◦ blue 143

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

Shades of Pale Violet Red #DB6E8F

Tints of Pale Violet Red #DB6E8F

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.31%

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

R = 46.4%
G = 23.31%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB6E8F (or 0xDB6E8F) is known color: Pale Violet Red. HEX triplet: DB, 6E and 8F. RGB value is (219,110,143). Sum of RGB (Red+Green+Blue) = 219+110+143=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6E8F is #249170. Grayscale: #929292. Windows color (decimal): -2396529 or 9400027. OLE color: 9400027.

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

Color convert

RGB 219 110 143 -
CMYK 0 0.50 0.35 0.14
HSL 341.83º 0.6% 0.65% -
HSV(B) 341.83º 0.5% 0.86% -
XYZ 39.75 28.2 29.33 -
YUV 146.35 126.11 179.82 -
System Red Green Blue C M Y K H S L
Decimal 219 110 143 0 0.50 0.35 0.14 341.83 0.6 0.65
Hex DB 6E 8F 0 32 23 E 156 3C 41
Octal 333 156 217 0 62 43 16 526 74 101
Binary 11011011 1101110 10001111 0 110010 100011 1110 101010110 111100 1000001

Color Harmonies of #DB6E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6E8F

Black with #DB6E8F

Text Example


Text Example

White with #DB6E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6E8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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