Html Css Color HEX #D88ECF Plum

📋 copy color: '#D88ECF'

red 216 ◦ green 142 ◦ blue 207

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

Shades of Plum #D88ECF

Tints of Plum #D88ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.64%

R = 38.23%
G = 25.13%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D88ECF (or 0xD88ECF) is known color: Plum. HEX triplet: D8, 8E and CF. RGB value is (216,142,207). Sum of RGB (Red+Green+Blue) = 216+142+207=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 142 (55.86% from 255 or 25.13% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 216 - color contains mainly: red. Hex color #D88ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88ECF is #277130. Grayscale: #ABABAB. Windows color (decimal): -2584881 or 13602520. OLE color: 13602520.

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

Color convert

RGB 216 142 207 -
CMYK 0 0.34 0.04 0.15
HSL 307.3º 0.49% 0.7% -
HSV(B) 307.3º 0.34% 0.85% -
XYZ 49.25 38.45 63.86 -
YUV 171.54 148.02 159.71 -
System Red Green Blue C M Y K H S L
Decimal 216 142 207 0 0.34 0.04 0.15 307.3 0.49 0.7
Hex D8 8E CF 0 22 4 F 133 31 46
Octal 330 216 317 0 42 4 17 463 61 106
Binary 11011000 10001110 11001111 0 100010 100 1111 100110011 110001 1000110

Color Harmonies of #D88ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88ECF

Black with #D88ECF

Text Example


Text Example

White with #D88ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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