Html Css Color HEX #DB6D94 Pale Violet Red

📋 copy color: '#DB6D94'

red 219 ◦ green 109 ◦ blue 148

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

Shades of Pale Violet Red #DB6D94

Tints of Pale Violet Red #DB6D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 31.09%

R = 46.01%
G = 22.9%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB6D94 (or 0xDB6D94) is known color: Pale Violet Red. HEX triplet: DB, 6D and 94. RGB value is (219,109,148). Sum of RGB (Red+Green+Blue) = 219+109+148=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 109 (42.97% from 255 or 22.90% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6D94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6D94 is #24926B. Grayscale: #929292. Windows color (decimal): -2396780 or 9727451. OLE color: 9727451.

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

Color convert

RGB 219 109 148 -
CMYK 0 0.50 0.32 0.14
HSL 338.73º 0.6% 0.64% -
HSV(B) 338.73º 0.5% 0.86% -
XYZ 40.03 28.14 31.34 -
YUV 146.34 128.94 179.83 -
System Red Green Blue C M Y K H S L
Decimal 219 109 148 0 0.50 0.32 0.14 338.73 0.6 0.64
Hex DB 6D 94 0 32 20 E 153 3C 40
Octal 333 155 224 0 62 40 16 523 74 100
Binary 11011011 1101101 10010100 0 110010 100000 1110 101010011 111100 1000000

Color Harmonies of #DB6D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6D94

Black with #DB6D94

Text Example


Text Example

White with #DB6D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6D94; }

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

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

background-color css

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

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

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

border-color css

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

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

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