Html Css Color HEX #DB72A4 Pale Violet Red

📋 copy color: '#DB72A4'

red 219 ◦ green 114 ◦ blue 164

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

Shades of Pale Violet Red #DB72A4

Tints of Pale Violet Red #DB72A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33%

R = 44.06%
G = 22.94%
B = 33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DB72A4 (or 0xDB72A4) is known color: Pale Violet Red. HEX triplet: DB, 72 and A4. RGB value is (219,114,164). Sum of RGB (Red+Green+Blue) = 219+114+164=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 114 (44.92% from 255 or 22.94% from 497); Blue value is 164 (64.45% from 255 or 33.00% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB72A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB72A4 is #248D5B. Grayscale: #969696. Windows color (decimal): -2395484 or 10777307. OLE color: 10777307.

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

Color convert

RGB 219 114 164 -
CMYK 0 0.48 0.25 0.14
HSL 331.43º 0.59% 0.65% -
HSV(B) 331.43º 0.48% 0.86% -
XYZ 41.93 29.78 38.66 -
YUV 151.1 135.29 176.43 -
System Red Green Blue C M Y K H S L
Decimal 219 114 164 0 0.48 0.25 0.14 331.43 0.59 0.65
Hex DB 72 A4 0 30 19 E 14B 3B 41
Octal 333 162 244 0 60 31 16 513 73 101
Binary 11011011 1110010 10100100 0 110000 11001 1110 101001011 111011 1000001

Color Harmonies of #DB72A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB72A4

Black with #DB72A4

Text Example


Text Example

White with #DB72A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB72A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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