Html Css Color HEX #DF93EF Plum

📋 copy color: '#DF93EF'

red 223 ◦ green 147 ◦ blue 239

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

Shades of Plum #DF93EF

Tints of Plum #DF93EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.24%

R = 36.62%
G = 24.14%
B = 39.24%

CMYK

 C value IS 0.07

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DF93EF (or 0xDF93EF) is known color: Plum. HEX triplet: DF, 93 and EF. RGB value is (223,147,239). Sum of RGB (Red+Green+Blue) = 223+147+239=609 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.62% from 609); Green value is 147 (57.81% from 255 or 24.14% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 239 - color contains mainly: blue. Hex color #DF93EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF93EF is #206C10. Grayscale: #B3B3B3. Windows color (decimal): -2124817 or 15700959. OLE color: 15700959.

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

Color convert

RGB 223 147 239 -
CMYK 0.07 0.38 0 0.06
HSL 289.57º 0.74% 0.76% -
HSV(B) 289.57º 0.38% 0.94% -
XYZ 56.45 42.79 86.95 -
YUV 180.21 161.18 158.52 -
System Red Green Blue C M Y K H S L
Decimal 223 147 239 0.07 0.38 0 0.06 289.57 0.74 0.76
Hex DF 93 EF 7 26 0 6 122 4A 4C
Octal 337 223 357 7 46 0 6 442 112 114
Binary 11011111 10010011 11101111 111 100110 0 110 100100010 1001010 1001100

Color Harmonies of #DF93EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF93EF

Black with #DF93EF

Text Example


Text Example

White with #DF93EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF93EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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