Html Css Color HEX #DB9FCD Plum

📋 copy color: '#DB9FCD'

red 219 ◦ green 159 ◦ blue 205

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

Shades of Plum #DB9FCD

Tints of Plum #DB9FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.27%

 BLUE value IS 205 (80.47% from 255) = 35.16%

R = 37.56%
G = 27.27%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB9FCD (or 0xDB9FCD) is known color: Plum. HEX triplet: DB, 9F and CD. RGB value is (219,159,205). Sum of RGB (Red+Green+Blue) = 219+159+205=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 159 (62.5% from 255 or 27.27% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9FCD is #246032. Grayscale: #B6B6B6. Windows color (decimal): -2383923 or 13475803. OLE color: 13475803.

HSL color Cylindrical-coordinate representation of color #DB9FCD: hue angle of 314º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DB9FCD is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 159 205 -
CMYK 0 0.27 0.06 0.14
HSL 314º 0.45% 0.74% -
HSV(B) 314º 0.27% 0.86% -
XYZ 52.63 44.26 63.53 -
YUV 182.18 140.88 154.26 -
System Red Green Blue C M Y K H S L
Decimal 219 159 205 0 0.27 0.06 0.14 314 0.45 0.74
Hex DB 9F CD 0 1B 6 E 13A 2D 4A
Octal 333 237 315 0 33 6 16 472 55 112
Binary 11011011 10011111 11001101 0 11011 110 1110 100111010 101101 1001010

Color Harmonies of #DB9FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9FCD

Black with #DB9FCD

Text Example


Text Example

White with #DB9FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9FCD; }

 p { color: rgb(219,159,205); }

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

background-color css

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

 a { background-color: rgb(219,159,205); }

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

border-color css

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

 span { border-color: rgb(219,159,205); }

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