Html Css Color HEX #DF91D1 Plum

📋 copy color: '#DF91D1'

red 223 ◦ green 145 ◦ blue 209

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

Shades of Plum #DF91D1

Tints of Plum #DF91D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.22%

R = 38.65%
G = 25.13%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DF91D1 (or 0xDF91D1) is known color: Plum. HEX triplet: DF, 91 and D1. RGB value is (223,145,209). Sum of RGB (Red+Green+Blue) = 223+145+209=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 145 (57.03% from 255 or 25.13% from 577); Blue value is 209 (82.03% from 255 or 36.22% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DF91D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF91D1 is #206E2E. Grayscale: #AFAFAF. Windows color (decimal): -2125359 or 13734367. OLE color: 13734367.

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

Color convert

RGB 223 145 209 -
CMYK 0 0.35 0.06 0.13
HSL 310.77º 0.55% 0.72% -
HSV(B) 310.77º 0.35% 0.87% -
XYZ 52.07 40.54 65.4 -
YUV 175.62 146.84 161.8 -
System Red Green Blue C M Y K H S L
Decimal 223 145 209 0 0.35 0.06 0.13 310.77 0.55 0.72
Hex DF 91 D1 0 23 6 D 137 37 48
Octal 337 221 321 0 43 6 15 467 67 110
Binary 11011111 10010001 11010001 0 100011 110 1101 100110111 110111 1001000

Color Harmonies of #DF91D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF91D1

Black with #DF91D1

Text Example


Text Example

White with #DF91D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF91D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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