Html Css Color HEX #D893CE Plum

📋 copy color: '#D893CE'

red 216 ◦ green 147 ◦ blue 206

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

Shades of Plum #D893CE

Tints of Plum #D893CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.2%

R = 37.96%
G = 25.83%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D893CE (or 0xD893CE) is known color: Plum. HEX triplet: D8, 93 and CE. RGB value is (216,147,206). Sum of RGB (Red+Green+Blue) = 216+147+206=569 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.96% from 569); Green value is 147 (57.81% from 255 or 25.83% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 216 - color contains mainly: red. Hex color #D893CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D893CE is #276C31. Grayscale: #AEAEAE. Windows color (decimal): -2583602 or 13538264. OLE color: 13538264.

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

Color convert

RGB 216 147 206 -
CMYK 0 0.32 0.05 0.15
HSL 308.7º 0.47% 0.71% -
HSV(B) 308.7º 0.32% 0.85% -
XYZ 49.89 39.92 63.47 -
YUV 174.36 145.86 157.7 -
System Red Green Blue C M Y K H S L
Decimal 216 147 206 0 0.32 0.05 0.15 308.7 0.47 0.71
Hex D8 93 CE 0 20 5 F 135 2F 47
Octal 330 223 316 0 40 5 17 465 57 107
Binary 11011000 10010011 11001110 0 100000 101 1111 100110101 101111 1000111

Color Harmonies of #D893CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D893CE

Black with #D893CE

Text Example


Text Example

White with #D893CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D893CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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