Html Css Color HEX #D88ECE Plum

📋 copy color: '#D88ECE'

red 216 ◦ green 142 ◦ blue 206

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

Shades of Plum #D88ECE

Tints of Plum #D88ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.52%

R = 38.3%
G = 25.18%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D88ECE (or 0xD88ECE) is known color: Plum. HEX triplet: D8, 8E and CE. RGB value is (216,142,206). Sum of RGB (Red+Green+Blue) = 216+142+206=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 142 (55.86% from 255 or 25.18% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 216 - color contains mainly: red. Hex color #D88ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88ECE is #277131. Grayscale: #ABABAB. Windows color (decimal): -2584882 or 13536984. OLE color: 13536984.

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

Color convert

RGB 216 142 206 -
CMYK 0 0.34 0.05 0.15
HSL 308.11º 0.49% 0.7% -
HSV(B) 308.11º 0.34% 0.85% -
XYZ 49.13 38.4 63.22 -
YUV 171.42 147.52 159.8 -
System Red Green Blue C M Y K H S L
Decimal 216 142 206 0 0.34 0.05 0.15 308.11 0.49 0.7
Hex D8 8E CE 0 22 5 F 134 31 46
Octal 330 216 316 0 42 5 17 464 61 106
Binary 11011000 10001110 11001110 0 100010 101 1111 100110100 110001 1000110

Color Harmonies of #D88ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88ECE

Black with #D88ECE

Text Example


Text Example

White with #D88ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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