Html Css Color HEX #DB7690 Pale Violet Red

📋 copy color: '#DB7690'

red 219 ◦ green 118 ◦ blue 144

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

Shades of Pale Violet Red #DB7690

Tints of Pale Violet Red #DB7690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.94%

R = 45.53%
G = 24.53%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB7690 (or 0xDB7690) is known color: Pale Violet Red. HEX triplet: DB, 76 and 90. RGB value is (219,118,144). Sum of RGB (Red+Green+Blue) = 219+118+144=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 144 (56.64% from 255 or 29.94% from 481); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7690 is #24896F. Grayscale: #979797. Windows color (decimal): -2394480 or 9467611. OLE color: 9467611.

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

Color convert

RGB 219 118 144 -
CMYK 0 0.46 0.34 0.14
HSL 344.55º 0.58% 0.66% -
HSV(B) 344.55º 0.46% 0.86% -
XYZ 40.73 30.03 30.04 -
YUV 151.16 123.96 176.39 -
System Red Green Blue C M Y K H S L
Decimal 219 118 144 0 0.46 0.34 0.14 344.55 0.58 0.66
Hex DB 76 90 0 2E 22 E 159 3A 42
Octal 333 166 220 0 56 42 16 531 72 102
Binary 11011011 1110110 10010000 0 101110 100010 1110 101011001 111010 1000010

Color Harmonies of #DB7690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7690

Black with #DB7690

Text Example


Text Example

White with #DB7690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7690; }

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

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

background-color css

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

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

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

border-color css

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

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

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