Html Css Color HEX #DF9FE5 Plum

📋 copy color: '#DF9FE5'

red 223 ◦ green 159 ◦ blue 229

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

Shades of Plum #DF9FE5

Tints of Plum #DF9FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.48%

R = 36.5%
G = 26.02%
B = 37.48%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DF9FE5 (or 0xDF9FE5) is known color: Plum. HEX triplet: DF, 9F and E5. RGB value is (223,159,229). Sum of RGB (Red+Green+Blue) = 223+159+229=611 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.50% from 611); Green value is 159 (62.5% from 255 or 26.02% from 611); Blue value is 229 (89.84% from 255 or 37.48% from 611); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF9FE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9FE5 is #20601A. Grayscale: #B9B9B9. Windows color (decimal): -2121755 or 15048671. OLE color: 15048671.

HSL color Cylindrical-coordinate representation of color #DF9FE5: hue angle of 294.86º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF9FE5 is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 223 159 229 -
CMYK 0.03 0.31 0 0.10
HSL 294.86º 0.57% 0.76% -
HSV(B) 294.86º 0.31% 0.9% -
XYZ 56.97 46.14 80.03 -
YUV 186.12 152.2 154.31 -
System Red Green Blue C M Y K H S L
Decimal 223 159 229 0.03 0.31 0 0.10 294.86 0.57 0.76
Hex DF 9F E5 3 1F 0 A 127 39 4C
Octal 337 237 345 3 37 0 12 447 71 114
Binary 11011111 10011111 11100101 11 11111 0 1010 100100111 111001 1001100

Color Harmonies of #DF9FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9FE5

Black with #DF9FE5

Text Example


Text Example

White with #DF9FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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