Html Css Color HEX #D88ED1 Plum

📋 copy color: '#D88ED1'

red 216 ◦ green 142 ◦ blue 209

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

Shades of Plum #D88ED1

Tints of Plum #D88ED1

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.04%

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

R = 38.1%
G = 25.04%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D88ED1 (or 0xD88ED1) is known color: Plum. HEX triplet: D8, 8E and D1. RGB value is (216,142,209). Sum of RGB (Red+Green+Blue) = 216+142+209=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 142 (55.86% from 255 or 25.04% from 567); Blue value is 209 (82.03% from 255 or 36.86% from 567); Max value from RGB is 216 - color contains mainly: red. Hex color #D88ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88ED1 is #27712E. Grayscale: #ABABAB. Windows color (decimal): -2584879 or 13733592. OLE color: 13733592.

HSL color Cylindrical-coordinate representation of color #D88ED1: hue angle of 305.68º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D88ED1 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 142 209 -
CMYK 0 0.34 0.03 0.15
HSL 305.68º 0.49% 0.7% -
HSV(B) 305.68º 0.34% 0.85% -
XYZ 49.5 38.55 65.15 -
YUV 171.76 149.02 159.55 -
System Red Green Blue C M Y K H S L
Decimal 216 142 209 0 0.34 0.03 0.15 305.68 0.49 0.7
Hex D8 8E D1 0 22 3 F 132 31 46
Octal 330 216 321 0 42 3 17 462 61 106
Binary 11011000 10001110 11010001 0 100010 11 1111 100110010 110001 1000110

Color Harmonies of #D88ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88ED1

Black with #D88ED1

Text Example


Text Example

White with #D88ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88ED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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