Html Css Color HEX #DB72AA Pale Violet Red

📋 copy color: '#DB72AA'

red 219 ◦ green 114 ◦ blue 170

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

Shades of Pale Violet Red #DB72AA

Tints of Pale Violet Red #DB72AA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.66%

 BLUE value IS 170 (66.8% from 255) = 33.8%

R = 43.54%
G = 22.66%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DB72AA (or 0xDB72AA) is known color: Pale Violet Red. HEX triplet: DB, 72 and AA. RGB value is (219,114,170). Sum of RGB (Red+Green+Blue) = 219+114+170=503 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.54% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 219 - color contains mainly: red. Hex color #DB72AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB72AA is #248D55. Grayscale: #979797. Windows color (decimal): -2395478 or 11170523. OLE color: 11170523.

HSL color Cylindrical-coordinate representation of color #DB72AA: hue angle of 328º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB72AA is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 114 170 -
CMYK 0 0.48 0.22 0.14
HSL 328º 0.59% 0.65% -
HSV(B) 328º 0.48% 0.86% -
XYZ 42.49 30 41.58 -
YUV 151.78 138.29 175.95 -
System Red Green Blue C M Y K H S L
Decimal 219 114 170 0 0.48 0.22 0.14 328 0.59 0.65
Hex DB 72 AA 0 30 16 E 148 3B 41
Octal 333 162 252 0 60 26 16 510 73 101
Binary 11011011 1110010 10101010 0 110000 10110 1110 101001000 111011 1000001

Color Harmonies of #DB72AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB72AA

Black with #DB72AA

Text Example


Text Example

White with #DB72AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB72AA; }

 p { color: rgb(219,114,170); }

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

background-color css

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

 a { background-color: rgb(219,114,170); }

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

border-color css

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

 span { border-color: rgb(219,114,170); }

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