Html Css Color HEX #DB6D92 Pale Violet Red

📋 copy color: '#DB6D92'

red 219 ◦ green 109 ◦ blue 146

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

Shades of Pale Violet Red #DB6D92

Tints of Pale Violet Red #DB6D92

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23%

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

R = 46.2%
G = 23%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB6D92 (or 0xDB6D92) is known color: Pale Violet Red. HEX triplet: DB, 6D and 92. RGB value is (219,109,146). Sum of RGB (Red+Green+Blue) = 219+109+146=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6D92 is #24926D. Grayscale: #929292. Windows color (decimal): -2396782 or 9596379. OLE color: 9596379.

HSL color Cylindrical-coordinate representation of color #DB6D92: hue angle of 339.82º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB6D92 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 109 146 -
CMYK 0 0.50 0.33 0.14
HSL 339.82º 0.6% 0.64% -
HSV(B) 339.82º 0.5% 0.86% -
XYZ 39.87 28.07 30.51 -
YUV 146.11 127.94 179.99 -
System Red Green Blue C M Y K H S L
Decimal 219 109 146 0 0.50 0.33 0.14 339.82 0.6 0.64
Hex DB 6D 92 0 32 21 E 154 3C 40
Octal 333 155 222 0 62 41 16 524 74 100
Binary 11011011 1101101 10010010 0 110010 100001 1110 101010100 111100 1000000

Color Harmonies of #DB6D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6D92

Black with #DB6D92

Text Example


Text Example

White with #DB6D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6D92; }

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

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

background-color css

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

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

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

border-color css

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

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

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