Html Css Color HEX #D88FE5 Plum

📋 copy color: '#D88FE5'

red 216 ◦ green 143 ◦ blue 229

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

Shades of Plum #D88FE5

Tints of Plum #D88FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 38.95%

R = 36.73%
G = 24.32%
B = 38.95%

CMYK

 C value IS 0.06

 M value IS 0.38

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D88FE5 (or 0xD88FE5) is known color: Plum. HEX triplet: D8, 8F and E5. RGB value is (216,143,229). Sum of RGB (Red+Green+Blue) = 216+143+229=588 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.73% from 588); Green value is 143 (56.25% from 255 or 24.32% from 588); Blue value is 229 (89.84% from 255 or 38.95% from 588); Max value from RGB is 229 - color contains mainly: blue. Hex color #D88FE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88FE5 is #27701A. Grayscale: #AEAEAE. Windows color (decimal): -2584603 or 15044568. OLE color: 15044568.

HSL color Cylindrical-coordinate representation of color #D88FE5: hue angle of 290.93º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D88FE5 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 216 143 229 -
CMYK 0.06 0.38 0 0.10
HSL 290.93º 0.62% 0.73% -
HSV(B) 290.93º 0.38% 0.9% -
XYZ 52.28 39.9 79.07 -
YUV 174.63 158.68 157.51 -
System Red Green Blue C M Y K H S L
Decimal 216 143 229 0.06 0.38 0 0.10 290.93 0.62 0.73
Hex D8 8F E5 6 26 0 A 123 3E 49
Octal 330 217 345 6 46 0 12 443 76 111
Binary 11011000 10001111 11100101 110 100110 0 1010 100100011 111110 1001001

Color Harmonies of #D88FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88FE5

Black with #D88FE5

Text Example


Text Example

White with #D88FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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