Html Css Color HEX #D893D0 Plum

📋 copy color: '#D893D0'

red 216 ◦ green 147 ◦ blue 208

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

Shades of Plum #D893D0

Tints of Plum #D893D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.43%

R = 37.83%
G = 25.74%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D893D0 (or 0xD893D0) is known color: Plum. HEX triplet: D8, 93 and D0. RGB value is (216,147,208). Sum of RGB (Red+Green+Blue) = 216+147+208=571 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.83% from 571); Green value is 147 (57.81% from 255 or 25.74% from 571); Blue value is 208 (81.64% from 255 or 36.43% from 571); Max value from RGB is 216 - color contains mainly: red. Hex color #D893D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D893D0 is #276C2F. Grayscale: #AEAEAE. Windows color (decimal): -2583600 or 13669336. OLE color: 13669336.

HSL color Cylindrical-coordinate representation of color #D893D0: hue angle of 306.96º 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 #D893D0 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 147 208 -
CMYK 0 0.32 0.04 0.15
HSL 306.96º 0.47% 0.71% -
HSV(B) 306.96º 0.32% 0.85% -
XYZ 50.14 40.02 64.76 -
YUV 174.59 146.86 157.54 -
System Red Green Blue C M Y K H S L
Decimal 216 147 208 0 0.32 0.04 0.15 306.96 0.47 0.71
Hex D8 93 D0 0 20 4 F 133 2F 47
Octal 330 223 320 0 40 4 17 463 57 107
Binary 11011000 10010011 11010000 0 100000 100 1111 100110011 101111 1000111

Color Harmonies of #D893D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D893D0

Black with #D893D0

Text Example


Text Example

White with #D893D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D893D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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