Html Css Color HEX #DB9CDC Plum

📋 copy color: '#DB9CDC'

red 219 ◦ green 156 ◦ blue 220

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

Shades of Plum #DB9CDC

Tints of Plum #DB9CDC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.22%

 BLUE value IS 220 (86.33% from 255) = 36.97%

R = 36.81%
G = 26.22%
B = 36.97%

CMYK

 C value IS 0.00

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DB9CDC (or 0xDB9CDC) is known color: Plum. HEX triplet: DB, 9C and DC. RGB value is (219,156,220). Sum of RGB (Red+Green+Blue) = 219+156+220=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 156 (61.33% from 255 or 26.22% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB9CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9CDC is #246323. Grayscale: #B5B5B5. Windows color (decimal): -2384676 or 14458075. OLE color: 14458075.

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

Color convert

RGB 219 156 220 -
CMYK 0.00 0.29 0 0.14
HSL 299.06º 0.48% 0.74% -
HSV(B) 299.06º 0.29% 0.86% -
XYZ 54.02 44 73.36 -
YUV 182.13 149.37 154.3 -
System Red Green Blue C M Y K H S L
Decimal 219 156 220 0.00 0.29 0 0.14 299.06 0.48 0.74
Hex DB 9C DC 0 1D 0 E 12B 30 4A
Octal 333 234 334 0 35 0 16 453 60 112
Binary 11011011 10011100 11011100 0 11101 0 1110 100101011 110000 1001010

Color Harmonies of #DB9CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9CDC

Black with #DB9CDC

Text Example


Text Example

White with #DB9CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9CDC; }

 p { color: rgb(219,156,220); }

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

background-color css

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

 a { background-color: rgb(219,156,220); }

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

border-color css

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

 span { border-color: rgb(219,156,220); }

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