Html Css Color HEX #DB72A8 Pale Violet Red

📋 copy color: '#DB72A8'

red 219 ◦ green 114 ◦ blue 168

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

Shades of Pale Violet Red #DB72A8

Tints of Pale Violet Red #DB72A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.53%

R = 43.71%
G = 22.75%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DB72A8 (or 0xDB72A8) is known color: Pale Violet Red. HEX triplet: DB, 72 and A8. RGB value is (219,114,168). Sum of RGB (Red+Green+Blue) = 219+114+168=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB72A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB72A8 is #248D57. Grayscale: #979797. Windows color (decimal): -2395480 or 11039451. OLE color: 11039451.

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

Color convert

RGB 219 114 168 -
CMYK 0 0.48 0.23 0.14
HSL 329.14º 0.59% 0.65% -
HSV(B) 329.14º 0.48% 0.86% -
XYZ 42.3 29.92 40.59 -
YUV 151.55 137.29 176.11 -
System Red Green Blue C M Y K H S L
Decimal 219 114 168 0 0.48 0.23 0.14 329.14 0.59 0.65
Hex DB 72 A8 0 30 17 E 149 3B 41
Octal 333 162 250 0 60 27 16 511 73 101
Binary 11011011 1110010 10101000 0 110000 10111 1110 101001001 111011 1000001

Color Harmonies of #DB72A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB72A8

Black with #DB72A8

Text Example


Text Example

White with #DB72A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB72A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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