Html Css Color HEX #D88ED2 Plum

📋 copy color: '#D88ED2'

red 216 ◦ green 142 ◦ blue 210

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

Shades of Plum #D88ED2

Tints of Plum #D88ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.97%

R = 38.03%
G = 25%
B = 36.97%

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

#D88ED2 (or 0xD88ED2) is known color: Plum. HEX triplet: D8, 8E and D2. RGB value is (216,142,210). Sum of RGB (Red+Green+Blue) = 216+142+210=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 142 (55.86% from 255 or 25% from 568); Blue value is 210 (82.42% from 255 or 36.97% from 568); Max value from RGB is 216 - color contains mainly: red. Hex color #D88ED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88ED2 is #27712D. Grayscale: #ABABAB. Windows color (decimal): -2584878 or 13799128. OLE color: 13799128.

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

Color convert

RGB 216 142 210 -
CMYK 0 0.34 0.03 0.15
HSL 304.86º 0.49% 0.7% -
HSV(B) 304.86º 0.34% 0.85% -
XYZ 49.62 38.6 65.81 -
YUV 171.88 149.52 159.47 -
System Red Green Blue C M Y K H S L
Decimal 216 142 210 0 0.34 0.03 0.15 304.86 0.49 0.7
Hex D8 8E D2 0 22 3 F 131 31 46
Octal 330 216 322 0 42 3 17 461 61 106
Binary 11011000 10001110 11010010 0 100010 11 1111 100110001 110001 1000110

Color Harmonies of #D88ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88ED2

Black with #D88ED2

Text Example


Text Example

White with #D88ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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