Html Css Color HEX #D894D0 Plum

📋 copy color: '#D894D0'

red 216 ◦ green 148 ◦ blue 208

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

Shades of Plum #D894D0

Tints of Plum #D894D0

RGB

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

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

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

R = 37.76%
G = 25.87%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D894D0 (or 0xD894D0) is known color: Plum. HEX triplet: D8, 94 and D0. RGB value is (216,148,208). Sum of RGB (Red+Green+Blue) = 216+148+208=572 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.76% from 572); Green value is 148 (58.20% from 255 or 25.87% from 572); Blue value is 208 (81.64% from 255 or 36.36% from 572); Max value from RGB is 216 - color contains mainly: red. Hex color #D894D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D894D0 is #276B2F. Grayscale: #AFAFAF. Windows color (decimal): -2583344 or 13669592. OLE color: 13669592.

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

Color convert

RGB 216 148 208 -
CMYK 0 0.31 0.04 0.15
HSL 307.06º 0.47% 0.71% -
HSV(B) 307.06º 0.31% 0.85% -
XYZ 50.29 40.33 64.81 -
YUV 175.17 146.53 157.12 -
System Red Green Blue C M Y K H S L
Decimal 216 148 208 0 0.31 0.04 0.15 307.06 0.47 0.71
Hex D8 94 D0 0 1F 4 F 133 2F 47
Octal 330 224 320 0 37 4 17 463 57 107
Binary 11011000 10010100 11010000 0 11111 100 1111 100110011 101111 1000111

Color Harmonies of #D894D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D894D0

Black with #D894D0

Text Example


Text Example

White with #D894D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D894D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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