Html Css Color HEX #D88AD2 Plum

📋 copy color: '#D88AD2'

red 216 ◦ green 138 ◦ blue 210

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

Shades of Plum #D88AD2

Tints of Plum #D88AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.23%

R = 38.3%
G = 24.47%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D88AD2 (or 0xD88AD2) is known color: Plum. HEX triplet: D8, 8A and D2. RGB value is (216,138,210). Sum of RGB (Red+Green+Blue) = 216+138+210=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 138 (54.30% from 255 or 24.47% from 564); Blue value is 210 (82.42% from 255 or 37.23% from 564); Max value from RGB is 216 - color contains mainly: red. Hex color #D88AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88AD2 is #27752D. Grayscale: #A9A9A9. Windows color (decimal): -2585902 or 13798104. OLE color: 13798104.

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

Color convert

RGB 216 138 210 -
CMYK 0 0.36 0.03 0.15
HSL 304.62º 0.5% 0.69% -
HSV(B) 304.62º 0.36% 0.85% -
XYZ 49.04 37.43 65.61 -
YUV 169.53 150.84 161.15 -
System Red Green Blue C M Y K H S L
Decimal 216 138 210 0 0.36 0.03 0.15 304.62 0.5 0.69
Hex D8 8A D2 0 24 3 F 131 32 45
Octal 330 212 322 0 44 3 17 461 62 105
Binary 11011000 10001010 11010010 0 100100 11 1111 100110001 110010 1000101

Color Harmonies of #D88AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88AD2

Black with #D88AD2

Text Example


Text Example

White with #D88AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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