Html Css Color HEX #DB9CCD Plum

📋 copy color: '#DB9CCD'

red 219 ◦ green 156 ◦ blue 205

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

Shades of Plum #DB9CCD

Tints of Plum #DB9CCD

RGB

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

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

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

R = 37.76%
G = 26.9%
B = 35.34%

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

#DB9CCD (or 0xDB9CCD) is known color: Plum. HEX triplet: DB, 9C and CD. RGB value is (219,156,205). Sum of RGB (Red+Green+Blue) = 219+156+205=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 156 (61.33% from 255 or 26.90% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9CCD is #246332. Grayscale: #B4B4B4. Windows color (decimal): -2384691 or 13475035. OLE color: 13475035.

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

Color convert

RGB 219 156 205 -
CMYK 0 0.29 0.06 0.14
HSL 313.33º 0.47% 0.74% -
HSV(B) 313.33º 0.29% 0.86% -
XYZ 52.12 43.24 63.36 -
YUV 180.42 141.87 155.52 -
System Red Green Blue C M Y K H S L
Decimal 219 156 205 0 0.29 0.06 0.14 313.33 0.47 0.74
Hex DB 9C CD 0 1D 6 E 139 2F 4A
Octal 333 234 315 0 35 6 16 471 57 112
Binary 11011011 10011100 11001101 0 11101 110 1110 100111001 101111 1001010

Color Harmonies of #DB9CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9CCD

Black with #DB9CCD

Text Example


Text Example

White with #DB9CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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