Html Css Color HEX #DC8BE4 Plum

📋 copy color: '#DC8BE4'

red 220 ◦ green 139 ◦ blue 228

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

Shades of Plum #DC8BE4

Tints of Plum #DC8BE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 38.84%

R = 37.48%
G = 23.68%
B = 38.84%

CMYK

 C value IS 0.04

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DC8BE4 (or 0xDC8BE4) is known color: Plum. HEX triplet: DC, 8B and E4. RGB value is (220,139,228). Sum of RGB (Red+Green+Blue) = 220+139+228=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 139 (54.69% from 255 or 23.68% from 587); Blue value is 228 (89.45% from 255 or 38.84% from 587); Max value from RGB is 228 - color contains mainly: blue. Hex color #DC8BE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8BE4 is #23741B. Grayscale: #ADADAD. Windows color (decimal): -2323484 or 14978012. OLE color: 14978012.

HSL color Cylindrical-coordinate representation of color #DC8BE4: hue angle of 294.61º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC8BE4 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 139 228 -
CMYK 0.04 0.39 0 0.11
HSL 294.61º 0.62% 0.72% -
HSV(B) 294.61º 0.39% 0.89% -
XYZ 52.75 39.28 78.2 -
YUV 173.37 158.84 161.26 -
System Red Green Blue C M Y K H S L
Decimal 220 139 228 0.04 0.39 0 0.11 294.61 0.62 0.72
Hex DC 8B E4 4 27 0 B 127 3E 48
Octal 334 213 344 4 47 0 13 447 76 110
Binary 11011100 10001011 11100100 100 100111 0 1011 100100111 111110 1001000

Color Harmonies of #DC8BE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8BE4

Black with #DC8BE4

Text Example


Text Example

White with #DC8BE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8BE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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