Html Css Color HEX #DB6592 Pale Violet Red

📋 copy color: '#DB6592'

red 219 ◦ green 101 ◦ blue 146

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

Shades of Pale Violet Red #DB6592

Tints of Pale Violet Red #DB6592

RGB

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

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

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

R = 47%
G = 21.67%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB6592 (or 0xDB6592) is known color: Pale Violet Red. HEX triplet: DB, 65 and 92. RGB value is (219,101,146). Sum of RGB (Red+Green+Blue) = 219+101+146=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 146 (57.42% from 255 or 31.33% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6592 is #249A6D. Grayscale: #8D8D8D. Windows color (decimal): -2398830 or 9594331. OLE color: 9594331.

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

Color convert

RGB 219 101 146 -
CMYK 0 0.54 0.33 0.14
HSL 337.12º 0.62% 0.63% -
HSV(B) 337.12º 0.54% 0.86% -
XYZ 39.06 26.44 30.24 -
YUV 141.41 130.59 183.34 -
System Red Green Blue C M Y K H S L
Decimal 219 101 146 0 0.54 0.33 0.14 337.12 0.62 0.63
Hex DB 65 92 0 36 21 E 151 3E 3F
Octal 333 145 222 0 66 41 16 521 76 77
Binary 11011011 1100101 10010010 0 110110 100001 1110 101010001 111110 111111

Color Harmonies of #DB6592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6592

Black with #DB6592

Text Example


Text Example

White with #DB6592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6592; }

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

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

background-color css

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

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

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

border-color css

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

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

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