Html Css Color HEX #DB8DCB Plum

📋 copy color: '#DB8DCB'

red 219 ◦ green 141 ◦ blue 203

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

Shades of Plum #DB8DCB

Tints of Plum #DB8DCB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.04%

 BLUE value IS 203 (79.69% from 255) = 36.06%

R = 38.9%
G = 25.04%
B = 36.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB8DCB (or 0xDB8DCB) is known color: Plum. HEX triplet: DB, 8D and CB. RGB value is (219,141,203). Sum of RGB (Red+Green+Blue) = 219+141+203=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 141 (55.47% from 255 or 25.04% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8DCB is #247234. Grayscale: #ABABAB. Windows color (decimal): -2388533 or 13340123. OLE color: 13340123.

HSL color Cylindrical-coordinate representation of color #DB8DCB: hue angle of 312.31º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8DCB is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 141 203 -
CMYK 0 0.36 0.07 0.14
HSL 312.31º 0.52% 0.71% -
HSV(B) 312.31º 0.36% 0.86% -
XYZ 49.52 38.42 61.31 -
YUV 171.39 145.84 161.96 -
System Red Green Blue C M Y K H S L
Decimal 219 141 203 0 0.36 0.07 0.14 312.31 0.52 0.71
Hex DB 8D CB 0 24 7 E 138 34 47
Octal 333 215 313 0 44 7 16 470 64 107
Binary 11011011 10001101 11001011 0 100100 111 1110 100111000 110100 1000111

Color Harmonies of #DB8DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8DCB

Black with #DB8DCB

Text Example


Text Example

White with #DB8DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8DCB; }

 p { color: rgb(219,141,203); }

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

background-color css

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

 a { background-color: rgb(219,141,203); }

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

border-color css

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

 span { border-color: rgb(219,141,203); }

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