Html Css Color HEX #DC8BD4 Plum

📋 copy color: '#DC8BD4'

red 220 ◦ green 139 ◦ blue 212

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

Shades of Plum #DC8BD4

Tints of Plum #DC8BD4

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.34%

 BLUE value IS 212 (83.2% from 255) = 37.13%

R = 38.53%
G = 24.34%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DC8BD4 (or 0xDC8BD4) is known color: Plum. HEX triplet: DC, 8B and D4. RGB value is (220,139,212). Sum of RGB (Red+Green+Blue) = 220+139+212=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 139 (54.69% from 255 or 24.34% from 571); Blue value is 212 (83.20% from 255 or 37.13% from 571); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8BD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8BD4 is #23742B. Grayscale: #ABABAB. Windows color (decimal): -2323500 or 13929436. OLE color: 13929436.

HSL color Cylindrical-coordinate representation of color #DC8BD4: hue angle of 305.93º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC8BD4 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 139 212 -
CMYK 0 0.37 0.04 0.14
HSL 305.93º 0.54% 0.7% -
HSV(B) 305.93º 0.37% 0.86% -
XYZ 50.63 38.43 67.04 -
YUV 171.54 150.84 162.56 -
System Red Green Blue C M Y K H S L
Decimal 220 139 212 0 0.37 0.04 0.14 305.93 0.54 0.7
Hex DC 8B D4 0 25 4 E 132 36 46
Octal 334 213 324 0 45 4 16 462 66 106
Binary 11011100 10001011 11010100 0 100101 100 1110 100110010 110110 1000110

Color Harmonies of #DC8BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8BD4

Black with #DC8BD4

Text Example


Text Example

White with #DC8BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8BD4; }

 p { color: rgb(220,139,212); }

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

background-color css

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

 a { background-color: rgb(220,139,212); }

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

border-color css

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

 span { border-color: rgb(220,139,212); }

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