Html Css Color HEX #D88FDA Plum

📋 copy color: '#D88FDA'

red 216 ◦ green 143 ◦ blue 218

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

Shades of Plum #D88FDA

Tints of Plum #D88FDA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.78%

 BLUE value IS 218 (85.55% from 255) = 37.78%

R = 37.44%
G = 24.78%
B = 37.78%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D88FDA (or 0xD88FDA) is known color: Plum. HEX triplet: D8, 8F and DA. RGB value is (216,143,218). Sum of RGB (Red+Green+Blue) = 216+143+218=577 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.44% from 577); Green value is 143 (56.25% from 255 or 24.78% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 218 - color contains mainly: blue. Hex color #D88FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88FDA is #277025. Grayscale: #ADADAD. Windows color (decimal): -2584614 or 14323672. OLE color: 14323672.

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

Color convert

RGB 216 143 218 -
CMYK 0.01 0.34 0 0.15
HSL 298.4º 0.5% 0.71% -
HSV(B) 298.4º 0.34% 0.85% -
XYZ 50.8 39.31 71.24 -
YUV 173.38 153.18 158.4 -
System Red Green Blue C M Y K H S L
Decimal 216 143 218 0.01 0.34 0 0.15 298.4 0.5 0.71
Hex D8 8F DA 1 22 0 F 12A 32 47
Octal 330 217 332 1 42 0 17 452 62 107
Binary 11011000 10001111 11011010 1 100010 0 1111 100101010 110010 1000111

Color Harmonies of #D88FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88FDA

Black with #D88FDA

Text Example


Text Example

White with #D88FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88FDA; }

 p { color: rgb(216,143,218); }

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

background-color css

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

 a { background-color: rgb(216,143,218); }

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

border-color css

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

 span { border-color: rgb(216,143,218); }

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