Html Css Color HEX #DB72A3 Pale Violet Red

📋 copy color: '#DB72A3'

red 219 ◦ green 114 ◦ blue 163

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

Shades of Pale Violet Red #DB72A3

Tints of Pale Violet Red #DB72A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 32.86%

R = 44.15%
G = 22.98%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DB72A3 (or 0xDB72A3) is known color: Pale Violet Red. HEX triplet: DB, 72 and A3. RGB value is (219,114,163). Sum of RGB (Red+Green+Blue) = 219+114+163=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 114 (44.92% from 255 or 22.98% from 496); Blue value is 163 (64.06% from 255 or 32.86% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DB72A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB72A3 is #248D5C. Grayscale: #969696. Windows color (decimal): -2395485 or 10711771. OLE color: 10711771.

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

Color convert

RGB 219 114 163 -
CMYK 0 0.48 0.26 0.14
HSL 332º 0.59% 0.65% -
HSV(B) 332º 0.48% 0.86% -
XYZ 41.84 29.74 38.19 -
YUV 150.98 134.79 176.52 -
System Red Green Blue C M Y K H S L
Decimal 219 114 163 0 0.48 0.26 0.14 332 0.59 0.65
Hex DB 72 A3 0 30 1A E 14C 3B 41
Octal 333 162 243 0 60 32 16 514 73 101
Binary 11011011 1110010 10100011 0 110000 11010 1110 101001100 111011 1000001

Color Harmonies of #DB72A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB72A3

Black with #DB72A3

Text Example


Text Example

White with #DB72A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB72A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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