Html Css Color HEX #DC8DCB Plum

📋 copy color: '#DC8DCB'

red 220 ◦ green 141 ◦ blue 203

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

Shades of Plum #DC8DCB

Tints of Plum #DC8DCB

RGB

 RED value IS 220 (86.33% from 255) = 39.01%

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

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

R = 39.01%
G = 25%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC8DCB (or 0xDC8DCB) is known color: Plum. HEX triplet: DC, 8D and CB. RGB value is (220,141,203). Sum of RGB (Red+Green+Blue) = 220+141+203=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 141 (55.47% from 255 or 25% from 564); Blue value is 203 (79.69% from 255 or 35.99% from 564); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8DCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8DCB is #237234. Grayscale: #ABABAB. Windows color (decimal): -2322997 or 13340124. OLE color: 13340124.

HSL color Cylindrical-coordinate representation of color #DC8DCB: hue angle of 312.91º degrees, saturation: 0.53, 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 #DC8DCB is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 141 203 -
CMYK 0 0.36 0.08 0.14
HSL 312.91º 0.53% 0.71% -
HSV(B) 312.91º 0.36% 0.86% -
XYZ 49.82 38.58 61.32 -
YUV 171.69 145.67 162.46 -
System Red Green Blue C M Y K H S L
Decimal 220 141 203 0 0.36 0.08 0.14 312.91 0.53 0.71
Hex DC 8D CB 0 24 8 E 139 35 47
Octal 334 215 313 0 44 10 16 471 65 107
Binary 11011100 10001101 11001011 0 100100 1000 1110 100111001 110101 1000111

Color Harmonies of #DC8DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8DCB

Black with #DC8DCB

Text Example


Text Example

White with #DC8DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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