Html Css Color HEX #DC93D9 Plum

📋 copy color: '#DC93D9'

red 220 ◦ green 147 ◦ blue 217

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

Shades of Plum #DC93D9

Tints of Plum #DC93D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 37.16%

R = 37.67%
G = 25.17%
B = 37.16%

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

#DC93D9 (or 0xDC93D9) is known color: Plum. HEX triplet: DC, 93 and D9. RGB value is (220,147,217). Sum of RGB (Red+Green+Blue) = 220+147+217=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 147 (57.81% from 255 or 25.17% from 584); Blue value is 217 (85.16% from 255 or 37.16% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DC93D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC93D9 is #236C26. Grayscale: #B0B0B0. Windows color (decimal): -2321447 or 14259164. OLE color: 14259164.

HSL color Cylindrical-coordinate representation of color #DC93D9: hue angle of 302.47º 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 #DC93D9 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 147 217 -
CMYK 0 0.33 0.01 0.14
HSL 302.47º 0.51% 0.72% -
HSV(B) 302.47º 0.33% 0.86% -
XYZ 52.47 41.09 70.81 -
YUV 176.81 150.68 158.81 -
System Red Green Blue C M Y K H S L
Decimal 220 147 217 0 0.33 0.01 0.14 302.47 0.51 0.72
Hex DC 93 D9 0 21 1 E 12E 33 48
Octal 334 223 331 0 41 1 16 456 63 110
Binary 11011100 10010011 11011001 0 100001 1 1110 100101110 110011 1001000

Color Harmonies of #DC93D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC93D9

Black with #DC93D9

Text Example


Text Example

White with #DC93D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC93D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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