Html Css Color HEX #D88ADB Plum

📋 copy color: '#D88ADB'

red 216 ◦ green 138 ◦ blue 219

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

Shades of Plum #D88ADB

Tints of Plum #D88ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.22%

R = 37.7%
G = 24.08%
B = 38.22%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D88ADB (or 0xD88ADB) is known color: Plum. HEX triplet: D8, 8A and DB. RGB value is (216,138,219). Sum of RGB (Red+Green+Blue) = 216+138+219=573 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.70% from 573); Green value is 138 (54.30% from 255 or 24.08% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #D88ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88ADB is #277524. Grayscale: #AAAAAA. Windows color (decimal): -2585893 or 14387928. OLE color: 14387928.

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

Color convert

RGB 216 138 219 -
CMYK 0.01 0.37 0 0.14
HSL 297.78º 0.53% 0.7% -
HSV(B) 297.78º 0.37% 0.86% -
XYZ 50.19 37.89 71.69 -
YUV 170.56 155.34 160.41 -
System Red Green Blue C M Y K H S L
Decimal 216 138 219 0.01 0.37 0 0.14 297.78 0.53 0.7
Hex D8 8A DB 1 25 0 E 12A 35 46
Octal 330 212 333 1 45 0 16 452 65 106
Binary 11011000 10001010 11011011 1 100101 0 1110 100101010 110101 1000110

Color Harmonies of #D88ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88ADB

Black with #D88ADB

Text Example


Text Example

White with #D88ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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