Html Css Color HEX #D88DDA Plum

📋 copy color: '#D88DDA'

red 216 ◦ green 141 ◦ blue 218

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

Shades of Plum #D88DDA

Tints of Plum #D88DDA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.52%

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

R = 37.57%
G = 24.52%
B = 37.91%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D88DDA (or 0xD88DDA) is known color: Plum. HEX triplet: D8, 8D and DA. RGB value is (216,141,218). Sum of RGB (Red+Green+Blue) = 216+141+218=575 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.57% from 575); Green value is 141 (55.47% from 255 or 24.52% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 218 - color contains mainly: blue. Hex color #D88DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88DDA is #277225. Grayscale: #ABABAB. Windows color (decimal): -2585126 or 14323160. OLE color: 14323160.

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

Color convert

RGB 216 141 218 -
CMYK 0.01 0.35 0 0.15
HSL 298.44º 0.51% 0.7% -
HSV(B) 298.44º 0.35% 0.85% -
XYZ 50.5 38.71 71.14 -
YUV 172.2 153.85 159.24 -
System Red Green Blue C M Y K H S L
Decimal 216 141 218 0.01 0.35 0 0.15 298.44 0.51 0.7
Hex D8 8D DA 1 23 0 F 12A 33 46
Octal 330 215 332 1 43 0 17 452 63 106
Binary 11011000 10001101 11011010 1 100011 0 1111 100101010 110011 1000110

Color Harmonies of #D88DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88DDA

Black with #D88DDA

Text Example


Text Example

White with #D88DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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