Html Css Color HEX #D894D1 Plum

📋 copy color: '#D894D1'

red 216 ◦ green 148 ◦ blue 209

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

Shades of Plum #D894D1

Tints of Plum #D894D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.47%

R = 37.7%
G = 25.83%
B = 36.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D894D1 (or 0xD894D1) is known color: Plum. HEX triplet: D8, 94 and D1. RGB value is (216,148,209). Sum of RGB (Red+Green+Blue) = 216+148+209=573 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.70% from 573); Green value is 148 (58.20% from 255 or 25.83% from 573); Blue value is 209 (82.03% from 255 or 36.47% from 573); Max value from RGB is 216 - color contains mainly: red. Hex color #D894D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D894D1 is #276B2E. Grayscale: #AFAFAF. Windows color (decimal): -2583343 or 13735128. OLE color: 13735128.

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

Color convert

RGB 216 148 209 -
CMYK 0 0.31 0.03 0.15
HSL 306.18º 0.47% 0.71% -
HSV(B) 306.18º 0.31% 0.85% -
XYZ 50.42 40.38 65.46 -
YUV 175.29 147.03 157.04 -
System Red Green Blue C M Y K H S L
Decimal 216 148 209 0 0.31 0.03 0.15 306.18 0.47 0.71
Hex D8 94 D1 0 1F 3 F 132 2F 47
Octal 330 224 321 0 37 3 17 462 57 107
Binary 11011000 10010100 11010001 0 11111 11 1111 100110010 101111 1000111

Color Harmonies of #D894D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D894D1

Black with #D894D1

Text Example


Text Example

White with #D894D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D894D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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