Html Css Color HEX #DB9DCD Plum

📋 copy color: '#DB9DCD'

red 219 ◦ green 157 ◦ blue 205

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

Shades of Plum #DB9DCD

Tints of Plum #DB9DCD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.02%

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

R = 37.69%
G = 27.02%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB9DCD (or 0xDB9DCD) is known color: Plum. HEX triplet: DB, 9D and CD. RGB value is (219,157,205). Sum of RGB (Red+Green+Blue) = 219+157+205=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 157 (61.72% from 255 or 27.02% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9DCD is #246232. Grayscale: #B4B4B4. Windows color (decimal): -2384435 or 13475291. OLE color: 13475291.

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

Color convert

RGB 219 157 205 -
CMYK 0 0.28 0.06 0.14
HSL 313.55º 0.46% 0.74% -
HSV(B) 313.55º 0.28% 0.86% -
XYZ 52.29 43.58 63.41 -
YUV 181.01 141.54 155.1 -
System Red Green Blue C M Y K H S L
Decimal 219 157 205 0 0.28 0.06 0.14 313.55 0.46 0.74
Hex DB 9D CD 0 1C 6 E 13A 2E 4A
Octal 333 235 315 0 34 6 16 472 56 112
Binary 11011011 10011101 11001101 0 11100 110 1110 100111010 101110 1001010

Color Harmonies of #DB9DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9DCD

Black with #DB9DCD

Text Example


Text Example

White with #DB9DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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