Html Css Color HEX #DB72AD Pale Violet Red

📋 copy color: '#DB72AD'

red 219 ◦ green 114 ◦ blue 173

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

Shades of Pale Violet Red #DB72AD

Tints of Pale Violet Red #DB72AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 34.19%

R = 43.28%
G = 22.53%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB72AD (or 0xDB72AD) is known color: Pale Violet Red. HEX triplet: DB, 72 and AD. RGB value is (219,114,173). Sum of RGB (Red+Green+Blue) = 219+114+173=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 114 (44.92% from 255 or 22.53% from 506); Blue value is 173 (67.97% from 255 or 34.19% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB72AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB72AD is #248D52. Grayscale: #979797. Windows color (decimal): -2395475 or 11367131. OLE color: 11367131.

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

Color convert

RGB 219 114 173 -
CMYK 0 0.48 0.21 0.14
HSL 326.29º 0.59% 0.65% -
HSV(B) 326.29º 0.48% 0.86% -
XYZ 42.77 30.11 43.09 -
YUV 152.12 139.79 175.7 -
System Red Green Blue C M Y K H S L
Decimal 219 114 173 0 0.48 0.21 0.14 326.29 0.59 0.65
Hex DB 72 AD 0 30 15 E 146 3B 41
Octal 333 162 255 0 60 25 16 506 73 101
Binary 11011011 1110010 10101101 0 110000 10101 1110 101000110 111011 1000001

Color Harmonies of #DB72AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB72AD

Black with #DB72AD

Text Example


Text Example

White with #DB72AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB72AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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