Html Css Color HEX #DB6992 Pale Violet Red

📋 copy color: '#DB6992'

red 219 ◦ green 105 ◦ blue 146

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

Shades of Pale Violet Red #DB6992

Tints of Pale Violet Red #DB6992

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.34%

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

R = 46.6%
G = 22.34%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB6992 (or 0xDB6992) is known color: Pale Violet Red. HEX triplet: DB, 69 and 92. RGB value is (219,105,146). Sum of RGB (Red+Green+Blue) = 219+105+146=470 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.60% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 146 (57.42% from 255 or 31.06% from 470); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6992 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6992 is #24966D. Grayscale: #8F8F8F. Windows color (decimal): -2397806 or 9595355. OLE color: 9595355.

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

Color convert

RGB 219 105 146 -
CMYK 0 0.52 0.33 0.14
HSL 338.42º 0.61% 0.64% -
HSV(B) 338.42º 0.52% 0.86% -
XYZ 39.45 27.24 30.37 -
YUV 143.76 129.27 181.67 -
System Red Green Blue C M Y K H S L
Decimal 219 105 146 0 0.52 0.33 0.14 338.42 0.61 0.64
Hex DB 69 92 0 34 21 E 152 3D 40
Octal 333 151 222 0 64 41 16 522 75 100
Binary 11011011 1101001 10010010 0 110100 100001 1110 101010010 111101 1000000

Color Harmonies of #DB6992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6992

Black with #DB6992

Text Example


Text Example

White with #DB6992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6992; }

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

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

background-color css

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

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

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

border-color css

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

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

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