Html Css Color HEX #D88BDA Plum

📋 copy color: '#D88BDA'

red 216 ◦ green 139 ◦ blue 218

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

Shades of Plum #D88BDA

Tints of Plum #D88BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.05%

R = 37.7%
G = 24.26%
B = 38.05%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D88BDA (or 0xD88BDA) is known color: Plum. HEX triplet: D8, 8B and DA. RGB value is (216,139,218). Sum of RGB (Red+Green+Blue) = 216+139+218=573 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.70% from 573); Green value is 139 (54.69% from 255 or 24.26% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 218 - color contains mainly: blue. Hex color #D88BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88BDA is #277425. Grayscale: #AAAAAA. Windows color (decimal): -2585638 or 14322648. OLE color: 14322648.

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

Color convert

RGB 216 139 218 -
CMYK 0.01 0.36 0 0.15
HSL 298.48º 0.52% 0.7% -
HSV(B) 298.48º 0.36% 0.85% -
XYZ 50.21 38.13 71.04 -
YUV 171.03 154.51 160.08 -
System Red Green Blue C M Y K H S L
Decimal 216 139 218 0.01 0.36 0 0.15 298.48 0.52 0.7
Hex D8 8B DA 1 24 0 F 12A 34 46
Octal 330 213 332 1 44 0 17 452 64 106
Binary 11011000 10001011 11011010 1 100100 0 1111 100101010 110100 1000110

Color Harmonies of #D88BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88BDA

Black with #D88BDA

Text Example


Text Example

White with #D88BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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