Html Css Color HEX #DF9FE1 Plum

📋 copy color: '#DF9FE1'

red 223 ◦ green 159 ◦ blue 225

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

Shades of Plum #DF9FE1

Tints of Plum #DF9FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.07%

R = 36.74%
G = 26.19%
B = 37.07%

CMYK

 C value IS 0.01

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF9FE1 (or 0xDF9FE1) is known color: Plum. HEX triplet: DF, 9F and E1. RGB value is (223,159,225). Sum of RGB (Red+Green+Blue) = 223+159+225=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 159 (62.5% from 255 or 26.19% from 607); Blue value is 225 (88.28% from 255 or 37.07% from 607); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF9FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9FE1 is #20601E. Grayscale: #B9B9B9. Windows color (decimal): -2121759 or 14786527. OLE color: 14786527.

HSL color Cylindrical-coordinate representation of color #DF9FE1: hue angle of 298.18º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DF9FE1 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 223 159 225 -
CMYK 0.01 0.29 0 0.12
HSL 298.18º 0.52% 0.75% -
HSV(B) 298.18º 0.29% 0.88% -
XYZ 56.42 45.92 77.12 -
YUV 185.66 150.2 154.63 -
System Red Green Blue C M Y K H S L
Decimal 223 159 225 0.01 0.29 0 0.12 298.18 0.52 0.75
Hex DF 9F E1 1 1D 0 C 12A 34 4B
Octal 337 237 341 1 35 0 14 452 64 113
Binary 11011111 10011111 11100001 1 11101 0 1100 100101010 110100 1001011

Color Harmonies of #DF9FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9FE1

Black with #DF9FE1

Text Example


Text Example

White with #DF9FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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