Html Css Color HEX #DF8FE1 Plum

📋 copy color: '#DF8FE1'

red 223 ◦ green 143 ◦ blue 225

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

Shades of Plum #DF8FE1

Tints of Plum #DF8FE1

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.2%

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

R = 37.73%
G = 24.2%
B = 38.07%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DF8FE1 (or 0xDF8FE1) is known color: Plum. HEX triplet: DF, 8F and E1. RGB value is (223,143,225). Sum of RGB (Red+Green+Blue) = 223+143+225=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 143 (56.25% from 255 or 24.20% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF8FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8FE1 is #20701E. Grayscale: #B0B0B0. Windows color (decimal): -2125855 or 14782431. OLE color: 14782431.

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

Color convert

RGB 223 143 225 -
CMYK 0.01 0.36 0 0.12
HSL 298.54º 0.58% 0.72% -
HSV(B) 298.54º 0.36% 0.88% -
XYZ 53.84 40.77 76.27 -
YUV 176.27 155.5 161.33 -
System Red Green Blue C M Y K H S L
Decimal 223 143 225 0.01 0.36 0 0.12 298.54 0.58 0.72
Hex DF 8F E1 1 24 0 C 12B 3A 48
Octal 337 217 341 1 44 0 14 453 72 110
Binary 11011111 10001111 11100001 1 100100 0 1100 100101011 111010 1001000

Color Harmonies of #DF8FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8FE1

Black with #DF8FE1

Text Example


Text Example

White with #DF8FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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