Html Css Color HEX #D88DCD Plum

📋 copy color: '#D88DCD'

red 216 ◦ green 141 ◦ blue 205

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

Shades of Plum #D88DCD

Tints of Plum #D88DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.48%

R = 38.43%
G = 25.09%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D88DCD (or 0xD88DCD) is known color: Plum. HEX triplet: D8, 8D and CD. RGB value is (216,141,205). Sum of RGB (Red+Green+Blue) = 216+141+205=562 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.43% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 216 - color contains mainly: red. Hex color #D88DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88DCD is #277232. Grayscale: #AAAAAA. Windows color (decimal): -2585139 or 13471192. OLE color: 13471192.

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

Color convert

RGB 216 141 205 -
CMYK 0 0.35 0.05 0.15
HSL 308.8º 0.49% 0.7% -
HSV(B) 308.8º 0.35% 0.85% -
XYZ 48.86 38.06 62.53 -
YUV 170.72 147.35 160.3 -
System Red Green Blue C M Y K H S L
Decimal 216 141 205 0 0.35 0.05 0.15 308.8 0.49 0.7
Hex D8 8D CD 0 23 5 F 135 31 46
Octal 330 215 315 0 43 5 17 465 61 106
Binary 11011000 10001101 11001101 0 100011 101 1111 100110101 110001 1000110

Color Harmonies of #D88DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88DCD

Black with #D88DCD

Text Example


Text Example

White with #D88DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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