Html Css Color HEX #DF93ED Plum

📋 copy color: '#DF93ED'

red 223 ◦ green 147 ◦ blue 237

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

Shades of Plum #DF93ED

Tints of Plum #DF93ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.04%

R = 36.74%
G = 24.22%
B = 39.04%

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

#DF93ED (or 0xDF93ED) is known color: Plum. HEX triplet: DF, 93 and ED. RGB value is (223,147,237). Sum of RGB (Red+Green+Blue) = 223+147+237=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 147 (57.81% from 255 or 24.22% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF93ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF93ED is #206C12. Grayscale: #B3B3B3. Windows color (decimal): -2124819 or 15569887. OLE color: 15569887.

HSL color Cylindrical-coordinate representation of color #DF93ED: hue angle of 290.67º degrees, saturation: 0.71, 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 #DF93ED is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 147 237 -
CMYK 0.06 0.38 0 0.07
HSL 290.67º 0.71% 0.75% -
HSV(B) 290.67º 0.38% 0.93% -
XYZ 56.15 42.67 85.4 -
YUV 179.98 160.18 158.68 -
System Red Green Blue C M Y K H S L
Decimal 223 147 237 0.06 0.38 0 0.07 290.67 0.71 0.75
Hex DF 93 ED 6 26 0 7 123 47 4B
Octal 337 223 355 6 46 0 7 443 107 113
Binary 11011111 10010011 11101101 110 100110 0 111 100100011 1000111 1001011

Color Harmonies of #DF93ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF93ED

Black with #DF93ED

Text Example


Text Example

White with #DF93ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF93ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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