Html Css Color HEX #D88FEA Plum

📋 copy color: '#D88FEA'

red 216 ◦ green 143 ◦ blue 234

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

Shades of Plum #D88FEA

Tints of Plum #D88FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.46%

R = 36.42%
G = 24.11%
B = 39.46%

CMYK

 C value IS 0.08

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D88FEA (or 0xD88FEA) is known color: Plum. HEX triplet: D8, 8F and EA. RGB value is (216,143,234). Sum of RGB (Red+Green+Blue) = 216+143+234=593 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.42% from 593); Green value is 143 (56.25% from 255 or 24.11% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #D88FEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D88FEA is #277015. Grayscale: #AEAEAE. Windows color (decimal): -2584598 or 15372248. OLE color: 15372248.

HSL color Cylindrical-coordinate representation of color #D88FEA: hue angle of 288.13º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D88FEA is Cyan = 0.08, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 216 143 234 -
CMYK 0.08 0.39 0 0.08
HSL 288.13º 0.68% 0.74% -
HSV(B) 288.13º 0.39% 0.92% -
XYZ 52.99 40.18 82.81 -
YUV 175.2 161.18 157.1 -
System Red Green Blue C M Y K H S L
Decimal 216 143 234 0.08 0.39 0 0.08 288.13 0.68 0.74
Hex D8 8F EA 8 27 0 8 120 44 4A
Octal 330 217 352 10 47 0 10 440 104 112
Binary 11011000 10001111 11101010 1000 100111 0 1000 100100000 1000100 1001010

Color Harmonies of #D88FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88FEA

Black with #D88FEA

Text Example


Text Example

White with #D88FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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