Html Css Color HEX #DB6994 Pale Violet Red

📋 copy color: '#DB6994'

red 219 ◦ green 105 ◦ blue 148

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

Shades of Pale Violet Red #DB6994

Tints of Pale Violet Red #DB6994

RGB

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

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

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

R = 46.4%
G = 22.25%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB6994 (or 0xDB6994) is known color: Pale Violet Red. HEX triplet: DB, 69 and 94. RGB value is (219,105,148). Sum of RGB (Red+Green+Blue) = 219+105+148=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6994 is #24966B. Grayscale: #8F8F8F. Windows color (decimal): -2397804 or 9726427. OLE color: 9726427.

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

Color convert

RGB 219 105 148 -
CMYK 0 0.52 0.32 0.14
HSL 337.37º 0.61% 0.64% -
HSV(B) 337.37º 0.52% 0.86% -
XYZ 39.61 27.3 31.2 -
YUV 143.99 130.27 181.5 -
System Red Green Blue C M Y K H S L
Decimal 219 105 148 0 0.52 0.32 0.14 337.37 0.61 0.64
Hex DB 69 94 0 34 20 E 151 3D 40
Octal 333 151 224 0 64 40 16 521 75 100
Binary 11011011 1101001 10010100 0 110100 100000 1110 101010001 111101 1000000

Color Harmonies of #DB6994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6994

Black with #DB6994

Text Example


Text Example

White with #DB6994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6994; }

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

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

background-color css

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

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

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

border-color css

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

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

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