Html Css Color HEX #DF9FEA Plum

📋 copy color: '#DF9FEA'

red 223 ◦ green 159 ◦ blue 234

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

Shades of Plum #DF9FEA

Tints of Plum #DF9FEA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.81%

 BLUE value IS 234 (91.8% from 255) = 37.99%

R = 36.2%
G = 25.81%
B = 37.99%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DF9FEA (or 0xDF9FEA) is known color: Plum. HEX triplet: DF, 9F and EA. RGB value is (223,159,234). Sum of RGB (Red+Green+Blue) = 223+159+234=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 159 (62.5% from 255 or 25.81% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF9FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9FEA is #206015. Grayscale: #BABABA. Windows color (decimal): -2121750 or 15376351. OLE color: 15376351.

HSL color Cylindrical-coordinate representation of color #DF9FEA: hue angle of 291.2º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DF9FEA is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 159 234 -
CMYK 0.05 0.32 0 0.08
HSL 291.2º 0.64% 0.77% -
HSV(B) 291.2º 0.32% 0.92% -
XYZ 57.68 46.42 83.76 -
YUV 186.69 154.7 153.9 -
System Red Green Blue C M Y K H S L
Decimal 223 159 234 0.05 0.32 0 0.08 291.2 0.64 0.77
Hex DF 9F EA 5 20 0 8 123 40 4D
Octal 337 237 352 5 40 0 10 443 100 115
Binary 11011111 10011111 11101010 101 100000 0 1000 100100011 1000000 1001101

Color Harmonies of #DF9FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9FEA

Black with #DF9FEA

Text Example


Text Example

White with #DF9FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9FEA; }

 p { color: rgb(223,159,234); }

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

background-color css

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

 a { background-color: rgb(223,159,234); }

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

border-color css

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

 span { border-color: rgb(223,159,234); }

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