Html Css Color HEX #DB728F Pale Violet Red

📋 copy color: '#DB728F'

red 219 ◦ green 114 ◦ blue 143

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

Shades of Pale Violet Red #DB728F

Tints of Pale Violet Red #DB728F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.04%

R = 46.01%
G = 23.95%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DB728F (or 0xDB728F) is known color: Pale Violet Red. HEX triplet: DB, 72 and 8F. RGB value is (219,114,143). Sum of RGB (Red+Green+Blue) = 219+114+143=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 114 (44.92% from 255 or 23.95% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB728F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB728F is #248D70. Grayscale: #949494. Windows color (decimal): -2395505 or 9401051. OLE color: 9401051.

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

Color convert

RGB 219 114 143 -
CMYK 0 0.48 0.35 0.14
HSL 343.43º 0.59% 0.65% -
HSV(B) 343.43º 0.48% 0.86% -
XYZ 40.19 29.08 29.48 -
YUV 148.7 124.79 178.14 -
System Red Green Blue C M Y K H S L
Decimal 219 114 143 0 0.48 0.35 0.14 343.43 0.59 0.65
Hex DB 72 8F 0 30 23 E 157 3B 41
Octal 333 162 217 0 60 43 16 527 73 101
Binary 11011011 1110010 10001111 0 110000 100011 1110 101010111 111011 1000001

Color Harmonies of #DB728F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB728F

Black with #DB728F

Text Example


Text Example

White with #DB728F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB728F; }

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

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

background-color css

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

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

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

border-color css

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

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

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