Html Css Color HEX #DF91D8 Plum

📋 copy color: '#DF91D8'

red 223 ◦ green 145 ◦ blue 216

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

Shades of Plum #DF91D8

Tints of Plum #DF91D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.99%

R = 38.18%
G = 24.83%
B = 36.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DF91D8 (or 0xDF91D8) is known color: Plum. HEX triplet: DF, 91 and D8. RGB value is (223,145,216). Sum of RGB (Red+Green+Blue) = 223+145+216=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 145 (57.03% from 255 or 24.83% from 584); Blue value is 216 (84.77% from 255 or 36.99% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DF91D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF91D8 is #206E27. Grayscale: #B0B0B0. Windows color (decimal): -2125352 or 14193119. OLE color: 14193119.

HSL color Cylindrical-coordinate representation of color #DF91D8: hue angle of 305.38º 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 #DF91D8 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 145 216 -
CMYK 0 0.35 0.03 0.13
HSL 305.38º 0.55% 0.72% -
HSV(B) 305.38º 0.35% 0.87% -
XYZ 52.95 40.9 70.07 -
YUV 176.42 150.34 161.23 -
System Red Green Blue C M Y K H S L
Decimal 223 145 216 0 0.35 0.03 0.13 305.38 0.55 0.72
Hex DF 91 D8 0 23 3 D 131 37 48
Octal 337 221 330 0 43 3 15 461 67 110
Binary 11011111 10010001 11011000 0 100011 11 1101 100110001 110111 1001000

Color Harmonies of #DF91D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF91D8

Black with #DF91D8

Text Example


Text Example

White with #DF91D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF91D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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