Html Css Color HEX #DC95EC Plum

📋 copy color: '#DC95EC'

red 220 ◦ green 149 ◦ blue 236

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

Shades of Plum #DC95EC

Tints of Plum #DC95EC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.63%

 BLUE value IS 236 (92.58% from 255) = 39.01%

R = 36.36%
G = 24.63%
B = 39.01%

CMYK

 C value IS 0.07

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC95EC (or 0xDC95EC) is known color: Plum. HEX triplet: DC, 95 and EC. RGB value is (220,149,236). Sum of RGB (Red+Green+Blue) = 220+149+236=605 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.36% from 605); Green value is 149 (58.59% from 255 or 24.63% from 605); Blue value is 236 (92.58% from 255 or 39.01% from 605); Max value from RGB is 236 - color contains mainly: blue. Hex color #DC95EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC95EC is #236A13. Grayscale: #B3B3B3. Windows color (decimal): -2320916 or 15504860. OLE color: 15504860.

HSL color Cylindrical-coordinate representation of color #DC95EC: hue angle of 288.97º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC95EC is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 220 149 236 -
CMYK 0.07 0.37 0 0.07
HSL 288.97º 0.7% 0.75% -
HSV(B) 288.97º 0.37% 0.93% -
XYZ 55.4 42.77 84.69 -
YUV 180.15 159.52 156.43 -
System Red Green Blue C M Y K H S L
Decimal 220 149 236 0.07 0.37 0 0.07 288.97 0.7 0.75
Hex DC 95 EC 7 25 0 7 121 46 4B
Octal 334 225 354 7 45 0 7 441 106 113
Binary 11011100 10010101 11101100 111 100101 0 111 100100001 1000110 1001011

Color Harmonies of #DC95EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC95EC

Black with #DC95EC

Text Example


Text Example

White with #DC95EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC95EC; }

 p { color: rgb(220,149,236); }

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

background-color css

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

 a { background-color: rgb(220,149,236); }

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

border-color css

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

 span { border-color: rgb(220,149,236); }

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