Html Css Color HEX #D88DDE Plum

📋 copy color: '#D88DDE'

red 216 ◦ green 141 ◦ blue 222

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

Shades of Plum #D88DDE

Tints of Plum #D88DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.34%

R = 37.31%
G = 24.35%
B = 38.34%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D88DDE (or 0xD88DDE) is known color: Plum. HEX triplet: D8, 8D and DE. RGB value is (216,141,222). Sum of RGB (Red+Green+Blue) = 216+141+222=579 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.31% from 579); Green value is 141 (55.47% from 255 or 24.35% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 222 - color contains mainly: blue. Hex color #D88DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88DDE is #277221. Grayscale: #ACACAC. Windows color (decimal): -2585122 or 14585304. OLE color: 14585304.

HSL color Cylindrical-coordinate representation of color #D88DDE: hue angle of 295.56º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D88DDE is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 141 222 -
CMYK 0.03 0.36 0 0.13
HSL 295.56º 0.55% 0.71% -
HSV(B) 295.56º 0.36% 0.87% -
XYZ 51.03 38.92 73.93 -
YUV 172.66 155.85 158.91 -
System Red Green Blue C M Y K H S L
Decimal 216 141 222 0.03 0.36 0 0.13 295.56 0.55 0.71
Hex D8 8D DE 3 24 0 D 128 37 47
Octal 330 215 336 3 44 0 15 450 67 107
Binary 11011000 10001101 11011110 11 100100 0 1101 100101000 110111 1000111

Color Harmonies of #D88DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88DDE

Black with #D88DDE

Text Example


Text Example

White with #D88DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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