Html Css Color HEX #DB7193 Pale Violet Red

📋 copy color: '#DB7193'

red 219 ◦ green 113 ◦ blue 147

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

Shades of Pale Violet Red #DB7193

Tints of Pale Violet Red #DB7193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.69%

R = 45.72%
G = 23.59%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB7193 (or 0xDB7193) is known color: Pale Violet Red. HEX triplet: DB, 71 and 93. RGB value is (219,113,147). Sum of RGB (Red+Green+Blue) = 219+113+147=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 147 (57.81% from 255 or 30.69% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7193 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7193 is #248E6C. Grayscale: #949494. Windows color (decimal): -2395757 or 9662939. OLE color: 9662939.

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

Color convert

RGB 219 113 147 -
CMYK 0 0.48 0.33 0.14
HSL 340.75º 0.6% 0.65% -
HSV(B) 340.75º 0.48% 0.86% -
XYZ 40.39 28.98 31.07 -
YUV 148.57 127.12 178.24 -
System Red Green Blue C M Y K H S L
Decimal 219 113 147 0 0.48 0.33 0.14 340.75 0.6 0.65
Hex DB 71 93 0 30 21 E 155 3C 41
Octal 333 161 223 0 60 41 16 525 74 101
Binary 11011011 1110001 10010011 0 110000 100001 1110 101010101 111100 1000001

Color Harmonies of #DB7193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7193

Black with #DB7193

Text Example


Text Example

White with #DB7193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7193; }

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

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

background-color css

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

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

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

border-color css

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

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

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