Html Css Color HEX #DB7197 Pale Violet Red

📋 copy color: '#DB7197'

red 219 ◦ green 113 ◦ blue 151

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

Shades of Pale Violet Red #DB7197

Tints of Pale Violet Red #DB7197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.26%

R = 45.34%
G = 23.4%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB7197 (or 0xDB7197) is known color: Pale Violet Red. HEX triplet: DB, 71 and 97. RGB value is (219,113,151). Sum of RGB (Red+Green+Blue) = 219+113+151=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 113 (44.53% from 255 or 23.40% from 483); Blue value is 151 (59.38% from 255 or 31.26% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7197 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7197 is #248E68. Grayscale: #949494. Windows color (decimal): -2395753 or 9925083. OLE color: 9925083.

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

Color convert

RGB 219 113 151 -
CMYK 0 0.48 0.31 0.14
HSL 338.49º 0.6% 0.65% -
HSV(B) 338.49º 0.48% 0.86% -
XYZ 40.7 29.1 32.75 -
YUV 149.03 129.12 177.91 -
System Red Green Blue C M Y K H S L
Decimal 219 113 151 0 0.48 0.31 0.14 338.49 0.6 0.65
Hex DB 71 97 0 30 1F E 152 3C 41
Octal 333 161 227 0 60 37 16 522 74 101
Binary 11011011 1110001 10010111 0 110000 11111 1110 101010010 111100 1000001

Color Harmonies of #DB7197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7197

Black with #DB7197

Text Example


Text Example

White with #DB7197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7197; }

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

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

background-color css

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

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

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

border-color css

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

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

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