Html Css Color HEX #DB9BCD Plum

📋 copy color: '#DB9BCD'

red 219 ◦ green 155 ◦ blue 205

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

Shades of Plum #DB9BCD

Tints of Plum #DB9BCD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.77%

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

R = 37.82%
G = 26.77%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DB9BCD (or 0xDB9BCD) is known color: Plum. HEX triplet: DB, 9B and CD. RGB value is (219,155,205). Sum of RGB (Red+Green+Blue) = 219+155+205=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 155 (60.94% from 255 or 26.77% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9BCD is #246432. Grayscale: #B3B3B3. Windows color (decimal): -2384947 or 13474779. OLE color: 13474779.

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

Color convert

RGB 219 155 205 -
CMYK 0 0.29 0.06 0.14
HSL 313.13º 0.47% 0.73% -
HSV(B) 313.13º 0.29% 0.86% -
XYZ 51.95 42.91 63.3 -
YUV 179.84 142.2 155.93 -
System Red Green Blue C M Y K H S L
Decimal 219 155 205 0 0.29 0.06 0.14 313.13 0.47 0.73
Hex DB 9B CD 0 1D 6 E 139 2F 49
Octal 333 233 315 0 35 6 16 471 57 111
Binary 11011011 10011011 11001101 0 11101 110 1110 100111001 101111 1001001

Color Harmonies of #DB9BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9BCD

Black with #DB9BCD

Text Example


Text Example

White with #DB9BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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