Html Css Color HEX #DB6E8C Pale Violet Red

📋 copy color: '#DB6E8C'

red 219 ◦ green 110 ◦ blue 140

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

Shades of Pale Violet Red #DB6E8C

Tints of Pale Violet Red #DB6E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.85%

R = 46.7%
G = 23.45%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DB6E8C (or 0xDB6E8C) is known color: Pale Violet Red. HEX triplet: DB, 6E and 8C. RGB value is (219,110,140). Sum of RGB (Red+Green+Blue) = 219+110+140=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6E8C is #249173. Grayscale: #929292. Windows color (decimal): -2396532 or 9203419. OLE color: 9203419.

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

Color convert

RGB 219 110 140 -
CMYK 0 0.50 0.36 0.14
HSL 343.49º 0.6% 0.65% -
HSV(B) 343.49º 0.5% 0.86% -
XYZ 39.52 28.11 28.15 -
YUV 146.01 124.61 180.06 -
System Red Green Blue C M Y K H S L
Decimal 219 110 140 0 0.50 0.36 0.14 343.49 0.6 0.65
Hex DB 6E 8C 0 32 24 E 157 3C 41
Octal 333 156 214 0 62 44 16 527 74 101
Binary 11011011 1101110 10001100 0 110010 100100 1110 101010111 111100 1000001

Color Harmonies of #DB6E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6E8C

Black with #DB6E8C

Text Example


Text Example

White with #DB6E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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