Html Css Color HEX #D894D5 Plum

📋 copy color: '#D894D5'

red 216 ◦ green 148 ◦ blue 213

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

Shades of Plum #D894D5

Tints of Plum #D894D5

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.65%

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

R = 37.44%
G = 25.65%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D894D5 (or 0xD894D5) is known color: Plum. HEX triplet: D8, 94 and D5. RGB value is (216,148,213). Sum of RGB (Red+Green+Blue) = 216+148+213=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 148 (58.20% from 255 or 25.65% from 577); Blue value is 213 (83.59% from 255 or 36.92% from 577); Max value from RGB is 216 - color contains mainly: red. Hex color #D894D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D894D5 is #276B2A. Grayscale: #AFAFAF. Windows color (decimal): -2583339 or 13997272. OLE color: 13997272.

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

Color convert

RGB 216 148 213 -
CMYK 0 0.31 0.01 0.15
HSL 302.65º 0.47% 0.71% -
HSV(B) 302.65º 0.31% 0.85% -
XYZ 50.92 40.58 68.1 -
YUV 175.74 149.03 156.71 -
System Red Green Blue C M Y K H S L
Decimal 216 148 213 0 0.31 0.01 0.15 302.65 0.47 0.71
Hex D8 94 D5 0 1F 1 F 12F 2F 47
Octal 330 224 325 0 37 1 17 457 57 107
Binary 11011000 10010100 11010101 0 11111 1 1111 100101111 101111 1000111

Color Harmonies of #D894D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D894D5

Black with #D894D5

Text Example


Text Example

White with #D894D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D894D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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