Html Css Color HEX #DF91DF Plum

📋 copy color: '#DF91DF'

red 223 ◦ green 145 ◦ blue 223

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

Shades of Plum #DF91DF

Tints of Plum #DF91DF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.53%

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

R = 37.73%
G = 24.53%
B = 37.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DF91DF (or 0xDF91DF) is known color: Plum. HEX triplet: DF, 91 and DF. RGB value is (223,145,223). Sum of RGB (Red+Green+Blue) = 223+145+223=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 145 (57.03% from 255 or 24.53% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF91DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF91DF is #206E20. Grayscale: #B0B0B0. Windows color (decimal): -2125345 or 14651871. OLE color: 14651871.

HSL color Cylindrical-coordinate representation of color #DF91DF: hue angle of 300º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF91DF is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 145 223 -
CMYK 0 0.35 0 0.13
HSL 300º 0.55% 0.72% -
HSV(B) 300º 0.35% 0.87% -
XYZ 53.88 41.27 74.94 -
YUV 177.21 153.84 160.66 -
System Red Green Blue C M Y K H S L
Decimal 223 145 223 0 0.35 0 0.13 300 0.55 0.72
Hex DF 91 DF 0 23 0 D 12C 37 48
Octal 337 221 337 0 43 0 15 454 67 110
Binary 11011111 10010001 11011111 0 100011 0 1101 100101100 110111 1001000

Color Harmonies of #DF91DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF91DF

Black with #DF91DF

Text Example


Text Example

White with #DF91DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF91DF; }

 p { color: rgb(223,145,223); }

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

background-color css

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

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

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

border-color css

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

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

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