Html Css Color HEX #DB718F Pale Violet Red

📋 copy color: '#DB718F'

red 219 ◦ green 113 ◦ blue 143

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

Shades of Pale Violet Red #DB718F

Tints of Pale Violet Red #DB718F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.79%

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

R = 46.11%
G = 23.79%
B = 30.11%

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

#DB718F (or 0xDB718F) is known color: Pale Violet Red. HEX triplet: DB, 71 and 8F. RGB value is (219,113,143). Sum of RGB (Red+Green+Blue) = 219+113+143=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB718F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB718F is #248E70. Grayscale: #949494. Windows color (decimal): -2395761 or 9400795. OLE color: 9400795.

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

Color convert

RGB 219 113 143 -
CMYK 0 0.48 0.35 0.14
HSL 343.02º 0.6% 0.65% -
HSV(B) 343.02º 0.48% 0.86% -
XYZ 40.08 28.85 29.44 -
YUV 148.11 125.12 178.56 -
System Red Green Blue C M Y K H S L
Decimal 219 113 143 0 0.48 0.35 0.14 343.02 0.6 0.65
Hex DB 71 8F 0 30 23 E 157 3C 41
Octal 333 161 217 0 60 43 16 527 74 101
Binary 11011011 1110001 10001111 0 110000 100011 1110 101010111 111100 1000001

Color Harmonies of #DB718F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB718F

Black with #DB718F

Text Example


Text Example

White with #DB718F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB718F; }

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

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

background-color css

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

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

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

border-color css

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

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

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