Html Css Color HEX #DC93EA Plum

📋 copy color: '#DC93EA'

red 220 ◦ green 147 ◦ blue 234

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

Shades of Plum #DC93EA

Tints of Plum #DC93EA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.46%

 BLUE value IS 234 (91.8% from 255) = 38.94%

R = 36.61%
G = 24.46%
B = 38.94%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DC93EA (or 0xDC93EA) is known color: Plum. HEX triplet: DC, 93 and EA. RGB value is (220,147,234). Sum of RGB (Red+Green+Blue) = 220+147+234=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 147 (57.81% from 255 or 24.46% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC93EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC93EA is #236C15. Grayscale: #B2B2B2. Windows color (decimal): -2321430 or 15373276. OLE color: 15373276.

HSL color Cylindrical-coordinate representation of color #DC93EA: hue angle of 290.34º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC93EA is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 147 234 -
CMYK 0.06 0.37 0 0.08
HSL 290.34º 0.67% 0.75% -
HSV(B) 290.34º 0.37% 0.92% -
XYZ 54.8 42.02 83.06 -
YUV 178.75 159.18 157.43 -
System Red Green Blue C M Y K H S L
Decimal 220 147 234 0.06 0.37 0 0.08 290.34 0.67 0.75
Hex DC 93 EA 6 25 0 8 122 43 4B
Octal 334 223 352 6 45 0 10 442 103 113
Binary 11011100 10010011 11101010 110 100101 0 1000 100100010 1000011 1001011

Color Harmonies of #DC93EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC93EA

Black with #DC93EA

Text Example


Text Example

White with #DC93EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC93EA; }

 p { color: rgb(220,147,234); }

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

background-color css

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

 a { background-color: rgb(220,147,234); }

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

border-color css

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

 span { border-color: rgb(220,147,234); }

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