Html Css Color HEX #DE93D4 Plum

📋 copy color: '#DE93D4'

red 222 ◦ green 147 ◦ blue 212

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

Shades of Plum #DE93D4

Tints of Plum #DE93D4

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.3%

 BLUE value IS 212 (83.2% from 255) = 36.49%

R = 38.21%
G = 25.3%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DE93D4 (or 0xDE93D4) is known color: Plum. HEX triplet: DE, 93 and D4. RGB value is (222,147,212). Sum of RGB (Red+Green+Blue) = 222+147+212=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 147 (57.81% from 255 or 25.30% from 581); Blue value is 212 (83.20% from 255 or 36.49% from 581); Max value from RGB is 222 - color contains mainly: red. Hex color #DE93D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE93D4 is #216C2B. Grayscale: #B0B0B0. Windows color (decimal): -2190380 or 13931486. OLE color: 13931486.

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

Color convert

RGB 222 147 212 -
CMYK 0 0.34 0.05 0.13
HSL 308º 0.53% 0.72% -
HSV(B) 308º 0.34% 0.87% -
XYZ 52.44 41.15 67.47 -
YUV 176.84 147.85 160.21 -
System Red Green Blue C M Y K H S L
Decimal 222 147 212 0 0.34 0.05 0.13 308 0.53 0.72
Hex DE 93 D4 0 22 5 D 134 35 48
Octal 336 223 324 0 42 5 15 464 65 110
Binary 11011110 10010011 11010100 0 100010 101 1101 100110100 110101 1001000

Color Harmonies of #DE93D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE93D4

Black with #DE93D4

Text Example


Text Example

White with #DE93D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE93D4; }

 p { color: rgb(222,147,212); }

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

background-color css

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

 a { background-color: rgb(222,147,212); }

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

border-color css

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

 span { border-color: rgb(222,147,212); }

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