Html Css Color HEX #DB6C99 Pale Violet Red

📋 copy color: '#DB6C99'

red 219 ◦ green 108 ◦ blue 153

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

Shades of Pale Violet Red #DB6C99

Tints of Pale Violet Red #DB6C99

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.5%

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

R = 45.63%
G = 22.5%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB6C99 (or 0xDB6C99) is known color: Pale Violet Red. HEX triplet: DB, 6C and 99. RGB value is (219,108,153). Sum of RGB (Red+Green+Blue) = 219+108+153=480 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.62% from 480); Green value is 108 (42.58% from 255 or 22.5% from 480); Blue value is 153 (60.16% from 255 or 31.88% from 480); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6C99 is #249366. Grayscale: #929292. Windows color (decimal): -2397031 or 10054875. OLE color: 10054875.

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

Color convert

RGB 219 108 153 -
CMYK 0 0.51 0.30 0.14
HSL 335.68º 0.61% 0.64% -
HSV(B) 335.68º 0.51% 0.86% -
XYZ 40.33 28.09 33.43 -
YUV 146.32 131.77 179.84 -
System Red Green Blue C M Y K H S L
Decimal 219 108 153 0 0.51 0.30 0.14 335.68 0.61 0.64
Hex DB 6C 99 0 33 1E E 150 3D 40
Octal 333 154 231 0 63 36 16 520 75 100
Binary 11011011 1101100 10011001 0 110011 11110 1110 101010000 111101 1000000

Color Harmonies of #DB6C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB6C99

Black with #DB6C99

Text Example


Text Example

White with #DB6C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB6C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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