Html Css Color HEX #DF93EC Plum

📋 copy color: '#DF93EC'

red 223 ◦ green 147 ◦ blue 236

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

Shades of Plum #DF93EC

Tints of Plum #DF93EC

RGB

 RED value IS 223 (87.5% from 255) = 36.8%

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

 BLUE value IS 236 (92.58% from 255) = 38.94%

R = 36.8%
G = 24.26%
B = 38.94%

CMYK

 C value IS 0.06

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DF93EC (or 0xDF93EC) is known color: Plum. HEX triplet: DF, 93 and EC. RGB value is (223,147,236). Sum of RGB (Red+Green+Blue) = 223+147+236=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 147 (57.81% from 255 or 24.26% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 236 - color contains mainly: blue. Hex color #DF93EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF93EC is #206C13. Grayscale: #B3B3B3. Windows color (decimal): -2124820 or 15504351. OLE color: 15504351.

HSL color Cylindrical-coordinate representation of color #DF93EC: hue angle of 291.24º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF93EC is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 147 236 -
CMYK 0.06 0.38 0 0.07
HSL 291.24º 0.7% 0.75% -
HSV(B) 291.24º 0.38% 0.93% -
XYZ 56.01 42.61 84.63 -
YUV 179.87 159.68 158.76 -
System Red Green Blue C M Y K H S L
Decimal 223 147 236 0.06 0.38 0 0.07 291.24 0.7 0.75
Hex DF 93 EC 6 26 0 7 123 46 4B
Octal 337 223 354 6 46 0 7 443 106 113
Binary 11011111 10010011 11101100 110 100110 0 111 100100011 1000110 1001011

Color Harmonies of #DF93EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF93EC

Black with #DF93EC

Text Example


Text Example

White with #DF93EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF93EC; }

 p { color: rgb(223,147,236); }

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

background-color css

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

 a { background-color: rgb(223,147,236); }

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

border-color css

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

 span { border-color: rgb(223,147,236); }

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