Html Css Color HEX #DB7692 Pale Violet Red

📋 copy color: '#DB7692'

red 219 ◦ green 118 ◦ blue 146

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

Shades of Pale Violet Red #DB7692

Tints of Pale Violet Red #DB7692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.23%

R = 45.34%
G = 24.43%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB7692 (or 0xDB7692) is known color: Pale Violet Red. HEX triplet: DB, 76 and 92. RGB value is (219,118,146). Sum of RGB (Red+Green+Blue) = 219+118+146=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB7692 is #24896D. Grayscale: #979797. Windows color (decimal): -2394478 or 9598683. OLE color: 9598683.

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

Color convert

RGB 219 118 146 -
CMYK 0 0.46 0.33 0.14
HSL 343.37º 0.58% 0.66% -
HSV(B) 343.37º 0.46% 0.86% -
XYZ 40.88 30.09 30.85 -
YUV 151.39 124.96 176.22 -
System Red Green Blue C M Y K H S L
Decimal 219 118 146 0 0.46 0.33 0.14 343.37 0.58 0.66
Hex DB 76 92 0 2E 21 E 157 3A 42
Octal 333 166 222 0 56 41 16 527 72 102
Binary 11011011 1110110 10010010 0 101110 100001 1110 101010111 111010 1000010

Color Harmonies of #DB7692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7692

Black with #DB7692

Text Example


Text Example

White with #DB7692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7692; }

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

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

background-color css

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

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

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

border-color css

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

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

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