Html Css Color HEX #DC93D3 Plum

📋 copy color: '#DC93D3'

red 220 ◦ green 147 ◦ blue 211

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

Shades of Plum #DC93D3

Tints of Plum #DC93D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.51%

R = 38.06%
G = 25.43%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DC93D3 (or 0xDC93D3) is known color: Plum. HEX triplet: DC, 93 and D3. RGB value is (220,147,211). Sum of RGB (Red+Green+Blue) = 220+147+211=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 147 (57.81% from 255 or 25.43% from 578); Blue value is 211 (82.81% from 255 or 36.51% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DC93D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC93D3 is #236C2C. Grayscale: #AFAFAF. Windows color (decimal): -2321453 or 13865948. OLE color: 13865948.

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

Color convert

RGB 220 147 211 -
CMYK 0 0.33 0.04 0.14
HSL 307.4º 0.51% 0.72% -
HSV(B) 307.4º 0.33% 0.86% -
XYZ 51.71 40.79 66.78 -
YUV 176.12 147.68 159.3 -
System Red Green Blue C M Y K H S L
Decimal 220 147 211 0 0.33 0.04 0.14 307.4 0.51 0.72
Hex DC 93 D3 0 21 4 E 133 33 48
Octal 334 223 323 0 41 4 16 463 63 110
Binary 11011100 10010011 11010011 0 100001 100 1110 100110011 110011 1001000

Color Harmonies of #DC93D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC93D3

Black with #DC93D3

Text Example


Text Example

White with #DC93D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC93D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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