Html Css Color HEX #DB9FCB Plum

📋 copy color: '#DB9FCB'

red 219 ◦ green 159 ◦ blue 203

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

Shades of Plum #DB9FCB

Tints of Plum #DB9FCB

RGB

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

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

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

R = 37.69%
G = 27.37%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB9FCB (or 0xDB9FCB) is known color: Plum. HEX triplet: DB, 9F and CB. RGB value is (219,159,203). Sum of RGB (Red+Green+Blue) = 219+159+203=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 203 (79.69% from 255 or 34.94% from 581); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9FCB is #246034. Grayscale: #B5B5B5. Windows color (decimal): -2383925 or 13344731. OLE color: 13344731.

HSL color Cylindrical-coordinate representation of color #DB9FCB: hue angle of 316º 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 #DB9FCB is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 159 203 -
CMYK 0 0.27 0.07 0.14
HSL 316º 0.45% 0.74% -
HSV(B) 316º 0.27% 0.86% -
XYZ 52.39 44.17 62.26 -
YUV 181.96 139.88 154.42 -
System Red Green Blue C M Y K H S L
Decimal 219 159 203 0 0.27 0.07 0.14 316 0.45 0.74
Hex DB 9F CB 0 1B 7 E 13C 2D 4A
Octal 333 237 313 0 33 7 16 474 55 112
Binary 11011011 10011111 11001011 0 11011 111 1110 100111100 101101 1001010

Color Harmonies of #DB9FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9FCB

Black with #DB9FCB

Text Example


Text Example

White with #DB9FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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