Html Css Color HEX #DC93F1 Plum

📋 copy color: '#DC93F1'

red 220 ◦ green 147 ◦ blue 241

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

Shades of Plum #DC93F1

Tints of Plum #DC93F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 39.64%

R = 36.18%
G = 24.18%
B = 39.64%

CMYK

 C value IS 0.09

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DC93F1 (or 0xDC93F1) is known color: Plum. HEX triplet: DC, 93 and F1. RGB value is (220,147,241). Sum of RGB (Red+Green+Blue) = 220+147+241=608 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.18% from 608); Green value is 147 (57.81% from 255 or 24.18% from 608); Blue value is 241 (94.53% from 255 or 39.64% from 608); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC93F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC93F1 is #236C0E. Grayscale: #B3B3B3. Windows color (decimal): -2321423 or 15832028. OLE color: 15832028.

HSL color Cylindrical-coordinate representation of color #DC93F1: hue angle of 286.6º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC93F1 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 147 241 -
CMYK 0.09 0.39 0 0.05
HSL 286.6º 0.77% 0.76% -
HSV(B) 286.6º 0.39% 0.95% -
XYZ 55.83 42.43 88.47 -
YUV 179.54 162.68 156.86 -
System Red Green Blue C M Y K H S L
Decimal 220 147 241 0.09 0.39 0 0.05 286.6 0.77 0.76
Hex DC 93 F1 9 27 0 5 11F 4D 4C
Octal 334 223 361 11 47 0 5 437 115 114
Binary 11011100 10010011 11110001 1001 100111 0 101 100011111 1001101 1001100

Color Harmonies of #DC93F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC93F1

Black with #DC93F1

Text Example


Text Example

White with #DC93F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC93F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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