Html Css Color HEX #D88DD3 Plum

📋 copy color: '#D88DD3'

red 216 ◦ green 141 ◦ blue 211

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

Shades of Plum #D88DD3

Tints of Plum #D88DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.15%

R = 38.03%
G = 24.82%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D88DD3 (or 0xD88DD3) is known color: Plum. HEX triplet: D8, 8D and D3. RGB value is (216,141,211). Sum of RGB (Red+Green+Blue) = 216+141+211=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 141 (55.47% from 255 or 24.82% from 568); Blue value is 211 (82.81% from 255 or 37.15% from 568); Max value from RGB is 216 - color contains mainly: red. Hex color #D88DD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88DD3 is #27722C. Grayscale: #ABABAB. Windows color (decimal): -2585133 or 13864408. OLE color: 13864408.

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

Color convert

RGB 216 141 211 -
CMYK 0 0.35 0.02 0.15
HSL 304º 0.49% 0.7% -
HSV(B) 304º 0.35% 0.85% -
XYZ 49.6 38.35 66.42 -
YUV 171.41 150.35 159.81 -
System Red Green Blue C M Y K H S L
Decimal 216 141 211 0 0.35 0.02 0.15 304 0.49 0.7
Hex D8 8D D3 0 23 2 F 130 31 46
Octal 330 215 323 0 43 2 17 460 61 106
Binary 11011000 10001101 11010011 0 100011 10 1111 100110000 110001 1000110

Color Harmonies of #D88DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88DD3

Black with #D88DD3

Text Example


Text Example

White with #D88DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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