Html Css Color HEX #DB6399 Pale Violet Red

📋 copy color: '#DB6399'

red 219 ◦ green 99 ◦ blue 153

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

Shades of Pale Violet Red #DB6399

Tints of Pale Violet Red #DB6399

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.02%

 BLUE value IS 153 (60.16% from 255) = 32.48%

R = 46.5%
G = 21.02%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB6399 (or 0xDB6399) is known color: Pale Violet Red. HEX triplet: DB, 63 and 99. RGB value is (219,99,153). Sum of RGB (Red+Green+Blue) = 219+99+153=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 99 (39.06% from 255 or 21.02% from 471); Blue value is 153 (60.16% from 255 or 32.48% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6399 is #249C66. Grayscale: #8C8C8C. Windows color (decimal): -2399335 or 10052571. OLE color: 10052571.

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

Color convert

RGB 219 99 153 -
CMYK 0 0.55 0.30 0.14
HSL 333º 0.63% 0.62% -
HSV(B) 333º 0.55% 0.86% -
XYZ 39.43 26.28 33.13 -
YUV 141.04 134.76 183.61 -
System Red Green Blue C M Y K H S L
Decimal 219 99 153 0 0.55 0.30 0.14 333 0.63 0.62
Hex DB 63 99 0 37 1E E 14D 3E 3E
Octal 333 143 231 0 67 36 16 515 76 76
Binary 11011011 1100011 10011001 0 110111 11110 1110 101001101 111110 111110

Color Harmonies of #DB6399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6399

Black with #DB6399

Text Example


Text Example

White with #DB6399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6399; }

 p { color: rgb(219,99,153); }

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

background-color css

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

 a { background-color: rgb(219,99,153); }

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

border-color css

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

 span { border-color: rgb(219,99,153); }

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