Html Css Color HEX #DF91DD Plum

📋 copy color: '#DF91DD'

red 223 ◦ green 145 ◦ blue 221

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

Shades of Plum #DF91DD

Tints of Plum #DF91DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.52%

R = 37.86%
G = 24.62%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF91DD (or 0xDF91DD) is known color: Plum. HEX triplet: DF, 91 and DD. RGB value is (223,145,221). Sum of RGB (Red+Green+Blue) = 223+145+221=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 145 (57.03% from 255 or 24.62% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DF91DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF91DD is #206E22. Grayscale: #B0B0B0. Windows color (decimal): -2125347 or 14520799. OLE color: 14520799.

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

Color convert

RGB 223 145 221 -
CMYK 0 0.35 0.01 0.13
HSL 301.54º 0.55% 0.72% -
HSV(B) 301.54º 0.35% 0.87% -
XYZ 53.61 41.16 73.53 -
YUV 176.99 152.84 160.82 -
System Red Green Blue C M Y K H S L
Decimal 223 145 221 0 0.35 0.01 0.13 301.54 0.55 0.72
Hex DF 91 DD 0 23 1 D 12E 37 48
Octal 337 221 335 0 43 1 15 456 67 110
Binary 11011111 10010001 11011101 0 100011 1 1101 100101110 110111 1001000

Color Harmonies of #DF91DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF91DD

Black with #DF91DD

Text Example


Text Example

White with #DF91DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF91DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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