Html Css Color HEX #DB9CCB Plum

📋 copy color: '#DB9CCB'

red 219 ◦ green 156 ◦ blue 203

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

Shades of Plum #DB9CCB

Tints of Plum #DB9CCB

RGB

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

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

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

R = 37.89%
G = 26.99%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB9CCB (or 0xDB9CCB) is known color: Plum. HEX triplet: DB, 9C and CB. RGB value is (219,156,203). Sum of RGB (Red+Green+Blue) = 219+156+203=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 156 (61.33% from 255 or 26.99% from 578); Blue value is 203 (79.69% from 255 or 35.12% from 578); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9CCB is #246334. Grayscale: #B4B4B4. Windows color (decimal): -2384693 or 13343963. OLE color: 13343963.

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

Color convert

RGB 219 156 203 -
CMYK 0 0.29 0.07 0.14
HSL 315.24º 0.47% 0.74% -
HSV(B) 315.24º 0.29% 0.86% -
XYZ 51.88 43.15 62.09 -
YUV 180.2 140.87 155.68 -
System Red Green Blue C M Y K H S L
Decimal 219 156 203 0 0.29 0.07 0.14 315.24 0.47 0.74
Hex DB 9C CB 0 1D 7 E 13B 2F 4A
Octal 333 234 313 0 35 7 16 473 57 112
Binary 11011011 10011100 11001011 0 11101 111 1110 100111011 101111 1001010

Color Harmonies of #DB9CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9CCB

Black with #DB9CCB

Text Example


Text Example

White with #DB9CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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