Html Css Color HEX #DC93D2 Plum

📋 copy color: '#DC93D2'

red 220 ◦ green 147 ◦ blue 210

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

Shades of Plum #DC93D2

Tints of Plum #DC93D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.4%

R = 38.13%
G = 25.48%
B = 36.4%

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

#DC93D2 (or 0xDC93D2) is known color: Plum. HEX triplet: DC, 93 and D2. RGB value is (220,147,210). Sum of RGB (Red+Green+Blue) = 220+147+210=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 147 (57.81% from 255 or 25.48% from 577); Blue value is 210 (82.42% from 255 or 36.40% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DC93D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC93D2 is #236C2D. Grayscale: #AFAFAF. Windows color (decimal): -2321454 or 13800412. OLE color: 13800412.

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

Color convert

RGB 220 147 210 -
CMYK 0 0.33 0.05 0.14
HSL 308.22º 0.51% 0.72% -
HSV(B) 308.22º 0.33% 0.86% -
XYZ 51.58 40.74 66.12 -
YUV 176.01 147.18 159.38 -
System Red Green Blue C M Y K H S L
Decimal 220 147 210 0 0.33 0.05 0.14 308.22 0.51 0.72
Hex DC 93 D2 0 21 5 E 134 33 48
Octal 334 223 322 0 41 5 16 464 63 110
Binary 11011100 10010011 11010010 0 100001 101 1110 100110100 110011 1001000

Color Harmonies of #DC93D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC93D2

Black with #DC93D2

Text Example


Text Example

White with #DC93D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC93D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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