Html Css Color HEX #DC93DA Plum

📋 copy color: '#DC93DA'

red 220 ◦ green 147 ◦ blue 218

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

Shades of Plum #DC93DA

Tints of Plum #DC93DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.26%

R = 37.61%
G = 25.13%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC93DA (or 0xDC93DA) is known color: Plum. HEX triplet: DC, 93 and DA. RGB value is (220,147,218). Sum of RGB (Red+Green+Blue) = 220+147+218=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 147 (57.81% from 255 or 25.13% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DC93DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC93DA is #236C25. Grayscale: #B0B0B0. Windows color (decimal): -2321446 or 14324700. OLE color: 14324700.

HSL color Cylindrical-coordinate representation of color #DC93DA: hue angle of 301.64º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC93DA is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 147 218 -
CMYK 0 0.33 0.01 0.14
HSL 301.64º 0.51% 0.72% -
HSV(B) 301.64º 0.33% 0.86% -
XYZ 52.6 41.15 71.5 -
YUV 176.92 151.18 158.73 -
System Red Green Blue C M Y K H S L
Decimal 220 147 218 0 0.33 0.01 0.14 301.64 0.51 0.72
Hex DC 93 DA 0 21 1 E 12E 33 48
Octal 334 223 332 0 41 1 16 456 63 110
Binary 11011100 10010011 11011010 0 100001 1 1110 100101110 110011 1001000

Color Harmonies of #DC93DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC93DA

Black with #DC93DA

Text Example


Text Example

White with #DC93DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC93DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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