Html Css Color HEX #D88BDC Plum

📋 copy color: '#D88BDC'

red 216 ◦ green 139 ◦ blue 220

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

Shades of Plum #D88BDC

Tints of Plum #D88BDC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.17%

 BLUE value IS 220 (86.33% from 255) = 38.26%

R = 37.57%
G = 24.17%
B = 38.26%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D88BDC (or 0xD88BDC) is known color: Plum. HEX triplet: D8, 8B and DC. RGB value is (216,139,220). Sum of RGB (Red+Green+Blue) = 216+139+220=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 139 (54.69% from 255 or 24.17% from 575); Blue value is 220 (86.33% from 255 or 38.26% from 575); Max value from RGB is 220 - color contains mainly: blue. Hex color #D88BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88BDC is #277423. Grayscale: #ABABAB. Windows color (decimal): -2585636 or 14453720. OLE color: 14453720.

HSL color Cylindrical-coordinate representation of color #D88BDC: hue angle of 297.04º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D88BDC is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 139 220 -
CMYK 0.02 0.37 0 0.14
HSL 297.04º 0.54% 0.7% -
HSV(B) 297.04º 0.37% 0.86% -
XYZ 50.47 38.23 72.43 -
YUV 171.26 155.51 159.91 -
System Red Green Blue C M Y K H S L
Decimal 216 139 220 0.02 0.37 0 0.14 297.04 0.54 0.7
Hex D8 8B DC 2 25 0 E 129 36 46
Octal 330 213 334 2 45 0 16 451 66 106
Binary 11011000 10001011 11011100 10 100101 0 1110 100101001 110110 1000110

Color Harmonies of #D88BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88BDC

Black with #D88BDC

Text Example


Text Example

White with #D88BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88BDC; }

 p { color: rgb(216,139,220); }

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

background-color css

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

 a { background-color: rgb(216,139,220); }

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

border-color css

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

 span { border-color: rgb(216,139,220); }

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