Html Css Color HEX #DF9EDA Plum

📋 copy color: '#DF9EDA'

red 223 ◦ green 158 ◦ blue 218

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

Shades of Plum #DF9EDA

Tints of Plum #DF9EDA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.38%

 BLUE value IS 218 (85.55% from 255) = 36.39%

R = 37.23%
G = 26.38%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF9EDA (or 0xDF9EDA) is known color: Plum. HEX triplet: DF, 9E and DA. RGB value is (223,158,218). Sum of RGB (Red+Green+Blue) = 223+158+218=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 158 (62.11% from 255 or 26.38% from 599); Blue value is 218 (85.55% from 255 or 36.39% from 599); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9EDA is #206125. Grayscale: #B8B8B8. Windows color (decimal): -2122022 or 14327519. OLE color: 14327519.

HSL color Cylindrical-coordinate representation of color #DF9EDA: hue angle of 304.62º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DF9EDA is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 158 218 -
CMYK 0 0.29 0.02 0.13
HSL 304.62º 0.5% 0.75% -
HSV(B) 304.62º 0.29% 0.87% -
XYZ 55.31 45.2 72.14 -
YUV 184.28 147.03 155.62 -
System Red Green Blue C M Y K H S L
Decimal 223 158 218 0 0.29 0.02 0.13 304.62 0.5 0.75
Hex DF 9E DA 0 1D 2 D 131 32 4B
Octal 337 236 332 0 35 2 15 461 62 113
Binary 11011111 10011110 11011010 0 11101 10 1101 100110001 110010 1001011

Color Harmonies of #DF9EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9EDA

Black with #DF9EDA

Text Example


Text Example

White with #DF9EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9EDA; }

 p { color: rgb(223,158,218); }

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

background-color css

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

 a { background-color: rgb(223,158,218); }

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

border-color css

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

 span { border-color: rgb(223,158,218); }

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