Html Css Color HEX #DB6594 Pale Violet Red

📋 copy color: '#DB6594'

red 219 ◦ green 101 ◦ blue 148

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

Shades of Pale Violet Red #DB6594

Tints of Pale Violet Red #DB6594

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21.58%

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

R = 46.79%
G = 21.58%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB6594 (or 0xDB6594) is known color: Pale Violet Red. HEX triplet: DB, 65 and 94. RGB value is (219,101,148). Sum of RGB (Red+Green+Blue) = 219+101+148=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 101 (39.84% from 255 or 21.58% from 468); Blue value is 148 (58.20% from 255 or 31.62% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6594 is #249A6B. Grayscale: #8D8D8D. Windows color (decimal): -2398828 or 9725403. OLE color: 9725403.

HSL color Cylindrical-coordinate representation of color #DB6594: hue angle of 336.1º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB6594 is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 101 148 -
CMYK 0 0.54 0.32 0.14
HSL 336.1º 0.62% 0.63% -
HSV(B) 336.1º 0.54% 0.86% -
XYZ 39.21 26.51 31.07 -
YUV 141.64 131.59 183.18 -
System Red Green Blue C M Y K H S L
Decimal 219 101 148 0 0.54 0.32 0.14 336.1 0.62 0.63
Hex DB 65 94 0 36 20 E 150 3E 3F
Octal 333 145 224 0 66 40 16 520 76 77
Binary 11011011 1100101 10010100 0 110110 100000 1110 101010000 111110 111111

Color Harmonies of #DB6594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6594

Black with #DB6594

Text Example


Text Example

White with #DB6594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6594; }

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

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

background-color css

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

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

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

border-color css

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

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

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