Html Css Color HEX #D88CDC Plum

📋 copy color: '#D88CDC'

red 216 ◦ green 140 ◦ blue 220

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

Shades of Plum #D88CDC

Tints of Plum #D88CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.31%

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

R = 37.5%
G = 24.31%
B = 38.19%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D88CDC (or 0xD88CDC) is known color: Plum. HEX triplet: D8, 8C and DC. RGB value is (216,140,220). Sum of RGB (Red+Green+Blue) = 216+140+220=576 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.5% from 576); Green value is 140 (55.08% from 255 or 24.31% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #D88CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88CDC is #277323. Grayscale: #ABABAB. Windows color (decimal): -2585380 or 14453976. OLE color: 14453976.

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

Color convert

RGB 216 140 220 -
CMYK 0.02 0.36 0 0.14
HSL 297º 0.53% 0.71% -
HSV(B) 297º 0.36% 0.86% -
XYZ 50.62 38.52 72.48 -
YUV 171.84 155.18 159.5 -
System Red Green Blue C M Y K H S L
Decimal 216 140 220 0.02 0.36 0 0.14 297 0.53 0.71
Hex D8 8C DC 2 24 0 E 129 35 47
Octal 330 214 334 2 44 0 16 451 65 107
Binary 11011000 10001100 11011100 10 100100 0 1110 100101001 110101 1000111

Color Harmonies of #D88CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88CDC

Black with #D88CDC

Text Example


Text Example

White with #D88CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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