Html Css Color HEX #D88AD5 Plum

📋 copy color: '#D88AD5'

red 216 ◦ green 138 ◦ blue 213

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

Shades of Plum #D88AD5

Tints of Plum #D88AD5

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.34%

 BLUE value IS 213 (83.59% from 255) = 37.57%

R = 38.1%
G = 24.34%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D88AD5 (or 0xD88AD5) is known color: Plum. HEX triplet: D8, 8A and D5. RGB value is (216,138,213). Sum of RGB (Red+Green+Blue) = 216+138+213=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 138 (54.30% from 255 or 24.34% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 216 - color contains mainly: red. Hex color #D88AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88AD5 is #27752A. Grayscale: #A9A9A9. Windows color (decimal): -2585899 or 13994712. OLE color: 13994712.

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

Color convert

RGB 216 138 213 -
CMYK 0 0.36 0.01 0.15
HSL 302.31º 0.5% 0.69% -
HSV(B) 302.31º 0.36% 0.85% -
XYZ 49.42 37.58 67.6 -
YUV 169.87 152.34 160.9 -
System Red Green Blue C M Y K H S L
Decimal 216 138 213 0 0.36 0.01 0.15 302.31 0.5 0.69
Hex D8 8A D5 0 24 1 F 12E 32 45
Octal 330 212 325 0 44 1 17 456 62 105
Binary 11011000 10001010 11010101 0 100100 1 1111 100101110 110010 1000101

Color Harmonies of #D88AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88AD5

Black with #D88AD5

Text Example


Text Example

White with #D88AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88AD5; }

 p { color: rgb(216,138,213); }

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

background-color css

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

 a { background-color: rgb(216,138,213); }

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

border-color css

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

 span { border-color: rgb(216,138,213); }

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