Html Css Color HEX #D893D5 Plum

📋 copy color: '#D893D5'

red 216 ◦ green 147 ◦ blue 213

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

Shades of Plum #D893D5

Tints of Plum #D893D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.98%

R = 37.5%
G = 25.52%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D893D5 (or 0xD893D5) is known color: Plum. HEX triplet: D8, 93 and D5. RGB value is (216,147,213). Sum of RGB (Red+Green+Blue) = 216+147+213=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 147 (57.81% from 255 or 25.52% from 576); Blue value is 213 (83.59% from 255 or 36.98% from 576); Max value from RGB is 216 - color contains mainly: red. Hex color #D893D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D893D5 is #276C2A. Grayscale: #AEAEAE. Windows color (decimal): -2583595 or 13997016. OLE color: 13997016.

HSL color Cylindrical-coordinate representation of color #D893D5: hue angle of 302.61º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D893D5 is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 147 213 -
CMYK 0 0.32 0.01 0.15
HSL 302.61º 0.47% 0.71% -
HSV(B) 302.61º 0.32% 0.85% -
XYZ 50.76 40.27 68.05 -
YUV 175.16 149.36 157.13 -
System Red Green Blue C M Y K H S L
Decimal 216 147 213 0 0.32 0.01 0.15 302.61 0.47 0.71
Hex D8 93 D5 0 20 1 F 12F 2F 47
Octal 330 223 325 0 40 1 17 457 57 107
Binary 11011000 10010011 11010101 0 100000 1 1111 100101111 101111 1000111

Color Harmonies of #D893D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D893D5

Black with #D893D5

Text Example


Text Example

White with #D893D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D893D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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