Html Css Color HEX #DB70A6 Pale Violet Red

📋 copy color: '#DB70A6'

red 219 ◦ green 112 ◦ blue 166

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

Shades of Pale Violet Red #DB70A6

Tints of Pale Violet Red #DB70A6

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.54%

 BLUE value IS 166 (65.23% from 255) = 33.4%

R = 44.06%
G = 22.54%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DB70A6 (or 0xDB70A6) is known color: Pale Violet Red. HEX triplet: DB, 70 and A6. RGB value is (219,112,166). Sum of RGB (Red+Green+Blue) = 219+112+166=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 166 (65.23% from 255 or 33.40% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB70A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB70A6 is #248F59. Grayscale: #969696. Windows color (decimal): -2395994 or 10907867. OLE color: 10907867.

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

Color convert

RGB 219 112 166 -
CMYK 0 0.49 0.24 0.14
HSL 329.72º 0.6% 0.65% -
HSV(B) 329.72º 0.49% 0.86% -
XYZ 41.89 29.4 39.54 -
YUV 150.15 136.95 177.11 -
System Red Green Blue C M Y K H S L
Decimal 219 112 166 0 0.49 0.24 0.14 329.72 0.6 0.65
Hex DB 70 A6 0 31 18 E 14A 3C 41
Octal 333 160 246 0 61 30 16 512 74 101
Binary 11011011 1110000 10100110 0 110001 11000 1110 101001010 111100 1000001

Color Harmonies of #DB70A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB70A6

Black with #DB70A6

Text Example


Text Example

White with #DB70A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB70A6; }

 p { color: rgb(219,112,166); }

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

background-color css

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

 a { background-color: rgb(219,112,166); }

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

border-color css

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

 span { border-color: rgb(219,112,166); }

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