Html Css Color HEX #DB6792 Pale Violet Red

📋 copy color: '#DB6792'

red 219 ◦ green 103 ◦ blue 146

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

Shades of Pale Violet Red #DB6792

Tints of Pale Violet Red #DB6792

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.01%

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

R = 46.79%
G = 22.01%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB6792 (or 0xDB6792) is known color: Pale Violet Red. HEX triplet: DB, 67 and 92. RGB value is (219,103,146). Sum of RGB (Red+Green+Blue) = 219+103+146=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 103 (40.62% from 255 or 22.01% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6792 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6792 is #24986D. Grayscale: #8E8E8E. Windows color (decimal): -2398318 or 9594843. OLE color: 9594843.

HSL color Cylindrical-coordinate representation of color #DB6792: hue angle of 337.76º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB6792 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 103 146 -
CMYK 0 0.53 0.33 0.14
HSL 337.76º 0.62% 0.63% -
HSV(B) 337.76º 0.53% 0.86% -
XYZ 39.25 26.84 30.31 -
YUV 142.59 129.93 182.5 -
System Red Green Blue C M Y K H S L
Decimal 219 103 146 0 0.53 0.33 0.14 337.76 0.62 0.63
Hex DB 67 92 0 35 21 E 152 3E 3F
Octal 333 147 222 0 65 41 16 522 76 77
Binary 11011011 1100111 10010010 0 110101 100001 1110 101010010 111110 111111

Color Harmonies of #DB6792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6792

Black with #DB6792

Text Example


Text Example

White with #DB6792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6792; }

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

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

background-color css

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

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

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

border-color css

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

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

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