Html Css Color HEX #DB6694 Pale Violet Red

📋 copy color: '#DB6694'

red 219 ◦ green 102 ◦ blue 148

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

Shades of Pale Violet Red #DB6694

Tints of Pale Violet Red #DB6694

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.75%

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

R = 46.7%
G = 21.75%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB6694 (or 0xDB6694) is known color: Pale Violet Red. HEX triplet: DB, 66 and 94. RGB value is (219,102,148). Sum of RGB (Red+Green+Blue) = 219+102+148=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 102 (40.23% from 255 or 21.75% from 469); Blue value is 148 (58.20% from 255 or 31.56% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6694 is #24996B. Grayscale: #8E8E8E. Windows color (decimal): -2398572 or 9725659. OLE color: 9725659.

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

Color convert

RGB 219 102 148 -
CMYK 0 0.53 0.32 0.14
HSL 336.41º 0.62% 0.63% -
HSV(B) 336.41º 0.53% 0.86% -
XYZ 39.31 26.7 31.1 -
YUV 142.23 131.26 182.76 -
System Red Green Blue C M Y K H S L
Decimal 219 102 148 0 0.53 0.32 0.14 336.41 0.62 0.63
Hex DB 66 94 0 35 20 E 150 3E 3F
Octal 333 146 224 0 65 40 16 520 76 77
Binary 11011011 1100110 10010100 0 110101 100000 1110 101010000 111110 111111

Color Harmonies of #DB6694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6694

Black with #DB6694

Text Example


Text Example

White with #DB6694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6694; }

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

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

background-color css

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

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

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

border-color css

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

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

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