Html Css Color HEX #D893E5 Plum

📋 copy color: '#D893E5'

red 216 ◦ green 147 ◦ blue 229

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

Shades of Plum #D893E5

Tints of Plum #D893E5

RGB

 RED value IS 216 (84.77% from 255) = 36.49%

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

 BLUE value IS 229 (89.84% from 255) = 38.68%

R = 36.49%
G = 24.83%
B = 38.68%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D893E5 (or 0xD893E5) is known color: Plum. HEX triplet: D8, 93 and E5. RGB value is (216,147,229). Sum of RGB (Red+Green+Blue) = 216+147+229=592 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.49% from 592); Green value is 147 (57.81% from 255 or 24.83% from 592); Blue value is 229 (89.84% from 255 or 38.68% from 592); Max value from RGB is 229 - color contains mainly: blue. Hex color #D893E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D893E5 is #276C1A. Grayscale: #B0B0B0. Windows color (decimal): -2583579 or 15045592. OLE color: 15045592.

HSL color Cylindrical-coordinate representation of color #D893E5: hue angle of 290.49º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D893E5 is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 216 147 229 -
CMYK 0.06 0.36 0 0.10
HSL 290.49º 0.61% 0.74% -
HSV(B) 290.49º 0.36% 0.9% -
XYZ 52.9 41.12 79.28 -
YUV 176.98 157.36 155.83 -
System Red Green Blue C M Y K H S L
Decimal 216 147 229 0.06 0.36 0 0.10 290.49 0.61 0.74
Hex D8 93 E5 6 24 0 A 122 3D 4A
Octal 330 223 345 6 44 0 12 442 75 112
Binary 11011000 10010011 11100101 110 100100 0 1010 100100010 111101 1001010

Color Harmonies of #D893E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D893E5

Black with #D893E5

Text Example


Text Example

White with #D893E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D893E5; }

 p { color: rgb(216,147,229); }

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

background-color css

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

 a { background-color: rgb(216,147,229); }

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

border-color css

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

 span { border-color: rgb(216,147,229); }

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