Html Css Color HEX #D88FE2 Plum

📋 copy color: '#D88FE2'

red 216 ◦ green 143 ◦ blue 226

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

Shades of Plum #D88FE2

Tints of Plum #D88FE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.63%

R = 36.92%
G = 24.44%
B = 38.63%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D88FE2 (or 0xD88FE2) is known color: Plum. HEX triplet: D8, 8F and E2. RGB value is (216,143,226). Sum of RGB (Red+Green+Blue) = 216+143+226=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 143 (56.25% from 255 or 24.44% from 585); Blue value is 226 (88.67% from 255 or 38.63% from 585); Max value from RGB is 226 - color contains mainly: blue. Hex color #D88FE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88FE2 is #27701D. Grayscale: #AEAEAE. Windows color (decimal): -2584606 or 14847960. OLE color: 14847960.

HSL color Cylindrical-coordinate representation of color #D88FE2: hue angle of 292.77º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D88FE2 is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 216 143 226 -
CMYK 0.04 0.37 0 0.11
HSL 292.77º 0.59% 0.72% -
HSV(B) 292.77º 0.37% 0.89% -
XYZ 51.87 39.73 76.89 -
YUV 174.29 157.18 157.75 -
System Red Green Blue C M Y K H S L
Decimal 216 143 226 0.04 0.37 0 0.11 292.77 0.59 0.72
Hex D8 8F E2 4 25 0 B 125 3B 48
Octal 330 217 342 4 45 0 13 445 73 110
Binary 11011000 10001111 11100010 100 100101 0 1011 100100101 111011 1001000

Color Harmonies of #D88FE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88FE2

Black with #D88FE2

Text Example


Text Example

White with #D88FE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88FE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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