Html Css Color HEX #DB7695 Pale Violet Red

📋 copy color: '#DB7695'

red 219 ◦ green 118 ◦ blue 149

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

Shades of Pale Violet Red #DB7695

Tints of Pale Violet Red #DB7695

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.28%

 BLUE value IS 149 (58.59% from 255) = 30.66%

R = 45.06%
G = 24.28%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB7695 (or 0xDB7695) is known color: Pale Violet Red. HEX triplet: DB, 76 and 95. RGB value is (219,118,149). Sum of RGB (Red+Green+Blue) = 219+118+149=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 118 (46.48% from 255 or 24.28% from 486); Blue value is 149 (58.59% from 255 or 30.66% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7695 is #24896A. Grayscale: #979797. Windows color (decimal): -2394475 or 9795291. OLE color: 9795291.

HSL color Cylindrical-coordinate representation of color #DB7695: hue angle of 341.58º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB7695 is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 118 149 -
CMYK 0 0.46 0.32 0.14
HSL 341.58º 0.58% 0.66% -
HSV(B) 341.58º 0.46% 0.86% -
XYZ 41.12 30.19 32.09 -
YUV 151.73 126.46 175.98 -
System Red Green Blue C M Y K H S L
Decimal 219 118 149 0 0.46 0.32 0.14 341.58 0.58 0.66
Hex DB 76 95 0 2E 20 E 156 3A 42
Octal 333 166 225 0 56 40 16 526 72 102
Binary 11011011 1110110 10010101 0 101110 100000 1110 101010110 111010 1000010

Color Harmonies of #DB7695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7695

Black with #DB7695

Text Example


Text Example

White with #DB7695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7695; }

 p { color: rgb(219,118,149); }

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

background-color css

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

 a { background-color: rgb(219,118,149); }

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

border-color css

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

 span { border-color: rgb(219,118,149); }

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