Html Css Color HEX #D88AD4 Plum

📋 copy color: '#D88AD4'

red 216 ◦ green 138 ◦ blue 212

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

Shades of Plum #D88AD4

Tints of Plum #D88AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.46%

R = 38.16%
G = 24.38%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D88AD4 (or 0xD88AD4) is known color: Plum. HEX triplet: D8, 8A and D4. RGB value is (216,138,212). Sum of RGB (Red+Green+Blue) = 216+138+212=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 138 (54.30% from 255 or 24.38% from 566); Blue value is 212 (83.20% from 255 or 37.46% from 566); Max value from RGB is 216 - color contains mainly: red. Hex color #D88AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88AD4 is #27752B. Grayscale: #A9A9A9. Windows color (decimal): -2585900 or 13929176. OLE color: 13929176.

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

Color convert

RGB 216 138 212 -
CMYK 0 0.36 0.02 0.15
HSL 303.08º 0.5% 0.69% -
HSV(B) 303.08º 0.36% 0.85% -
XYZ 49.29 37.53 66.93 -
YUV 169.76 151.84 160.98 -
System Red Green Blue C M Y K H S L
Decimal 216 138 212 0 0.36 0.02 0.15 303.08 0.5 0.69
Hex D8 8A D4 0 24 2 F 12F 32 45
Octal 330 212 324 0 44 2 17 457 62 105
Binary 11011000 10001010 11010100 0 100100 10 1111 100101111 110010 1000101

Color Harmonies of #D88AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88AD4

Black with #D88AD4

Text Example


Text Example

White with #D88AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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