Html Css Color HEX #DB70AC Pale Violet Red

📋 copy color: '#DB70AC'

red 219 ◦ green 112 ◦ blue 172

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

Shades of Pale Violet Red #DB70AC

Tints of Pale Violet Red #DB70AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.19%

R = 43.54%
G = 22.27%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB70AC (or 0xDB70AC) is known color: Pale Violet Red. HEX triplet: DB, 70 and AC. RGB value is (219,112,172). Sum of RGB (Red+Green+Blue) = 219+112+172=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB70AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB70AC is #248F53. Grayscale: #969696. Windows color (decimal): -2395988 or 11301083. OLE color: 11301083.

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

Color convert

RGB 219 112 172 -
CMYK 0 0.49 0.21 0.14
HSL 326.36º 0.6% 0.65% -
HSV(B) 326.36º 0.49% 0.86% -
XYZ 42.45 29.63 42.51 -
YUV 150.83 139.95 176.62 -
System Red Green Blue C M Y K H S L
Decimal 219 112 172 0 0.49 0.21 0.14 326.36 0.6 0.65
Hex DB 70 AC 0 31 15 E 146 3C 41
Octal 333 160 254 0 61 25 16 506 74 101
Binary 11011011 1110000 10101100 0 110001 10101 1110 101000110 111100 1000001

Color Harmonies of #DB70AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB70AC

Black with #DB70AC

Text Example


Text Example

White with #DB70AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB70AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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