Html Css Color HEX #DC93D0 Plum

📋 copy color: '#DC93D0'

red 220 ◦ green 147 ◦ blue 208

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

Shades of Plum #DC93D0

Tints of Plum #DC93D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.17%

R = 38.26%
G = 25.57%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DC93D0 (or 0xDC93D0) is known color: Plum. HEX triplet: DC, 93 and D0. RGB value is (220,147,208). Sum of RGB (Red+Green+Blue) = 220+147+208=575 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.26% from 575); Green value is 147 (57.81% from 255 or 25.57% from 575); Blue value is 208 (81.64% from 255 or 36.17% from 575); Max value from RGB is 220 - color contains mainly: red. Hex color #DC93D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC93D0 is #236C2F. Grayscale: #AFAFAF. Windows color (decimal): -2321456 or 13669340. OLE color: 13669340.

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

Color convert

RGB 220 147 208 -
CMYK 0 0.33 0.05 0.14
HSL 309.86º 0.51% 0.72% -
HSV(B) 309.86º 0.33% 0.86% -
XYZ 51.33 40.64 64.81 -
YUV 175.78 146.18 159.54 -
System Red Green Blue C M Y K H S L
Decimal 220 147 208 0 0.33 0.05 0.14 309.86 0.51 0.72
Hex DC 93 D0 0 21 5 E 136 33 48
Octal 334 223 320 0 41 5 16 466 63 110
Binary 11011100 10010011 11010000 0 100001 101 1110 100110110 110011 1001000

Color Harmonies of #DC93D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC93D0

Black with #DC93D0

Text Example


Text Example

White with #DC93D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC93D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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