Html Css Color HEX #DB9ACC Plum

📋 copy color: '#DB9ACC'

red 219 ◦ green 154 ◦ blue 204

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

Shades of Plum #DB9ACC

Tints of Plum #DB9ACC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.69%

 BLUE value IS 204 (80.08% from 255) = 35.36%

R = 37.95%
G = 26.69%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB9ACC (or 0xDB9ACC) is known color: Plum. HEX triplet: DB, 9A and CC. RGB value is (219,154,204). Sum of RGB (Red+Green+Blue) = 219+154+204=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 154 (60.55% from 255 or 26.69% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9ACC is #246533. Grayscale: #B3B3B3. Windows color (decimal): -2385204 or 13408987. OLE color: 13408987.

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

Color convert

RGB 219 154 204 -
CMYK 0 0.30 0.07 0.14
HSL 313.85º 0.47% 0.73% -
HSV(B) 313.85º 0.3% 0.86% -
XYZ 51.67 42.53 62.61 -
YUV 179.14 142.03 156.43 -
System Red Green Blue C M Y K H S L
Decimal 219 154 204 0 0.30 0.07 0.14 313.85 0.47 0.73
Hex DB 9A CC 0 1E 7 E 13A 2F 49
Octal 333 232 314 0 36 7 16 472 57 111
Binary 11011011 10011010 11001100 0 11110 111 1110 100111010 101111 1001001

Color Harmonies of #DB9ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9ACC

Black with #DB9ACC

Text Example


Text Example

White with #DB9ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9ACC; }

 p { color: rgb(219,154,204); }

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

background-color css

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

 a { background-color: rgb(219,154,204); }

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

border-color css

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

 span { border-color: rgb(219,154,204); }

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