Html Css Color HEX #DE91D1 Plum

📋 copy color: '#DE91D1'

red 222 ◦ green 145 ◦ blue 209

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

Shades of Plum #DE91D1

Tints of Plum #DE91D1

RGB

 RED value IS 222 (87.11% from 255) = 38.54%

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

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

R = 38.54%
G = 25.17%
B = 36.28%

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

#DE91D1 (or 0xDE91D1) is known color: Plum. HEX triplet: DE, 91 and D1. RGB value is (222,145,209). Sum of RGB (Red+Green+Blue) = 222+145+209=576 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.54% from 576); Green value is 145 (57.03% from 255 or 25.17% from 576); Blue value is 209 (82.03% from 255 or 36.28% from 576); Max value from RGB is 222 - color contains mainly: red. Hex color #DE91D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE91D1 is #216E2E. Grayscale: #AFAFAF. Windows color (decimal): -2190895 or 13734366. OLE color: 13734366.

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

Color convert

RGB 222 145 209 -
CMYK 0 0.35 0.06 0.13
HSL 310.13º 0.54% 0.72% -
HSV(B) 310.13º 0.35% 0.87% -
XYZ 51.76 40.38 65.39 -
YUV 175.32 147.01 161.3 -
System Red Green Blue C M Y K H S L
Decimal 222 145 209 0 0.35 0.06 0.13 310.13 0.54 0.72
Hex DE 91 D1 0 23 6 D 136 36 48
Octal 336 221 321 0 43 6 15 466 66 110
Binary 11011110 10010001 11010001 0 100011 110 1101 100110110 110110 1001000

Color Harmonies of #DE91D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE91D1

Black with #DE91D1

Text Example


Text Example

White with #DE91D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE91D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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