Html Css Color HEX #D88FD2 Plum

📋 copy color: '#D88FD2'

red 216 ◦ green 143 ◦ blue 210

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

Shades of Plum #D88FD2

Tints of Plum #D88FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.91%

R = 37.96%
G = 25.13%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D88FD2 (or 0xD88FD2) is known color: Plum. HEX triplet: D8, 8F and D2. RGB value is (216,143,210). Sum of RGB (Red+Green+Blue) = 216+143+210=569 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.96% from 569); Green value is 143 (56.25% from 255 or 25.13% from 569); Blue value is 210 (82.42% from 255 or 36.91% from 569); Max value from RGB is 216 - color contains mainly: red. Hex color #D88FD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88FD2 is #27702D. Grayscale: #ACACAC. Windows color (decimal): -2584622 or 13799384. OLE color: 13799384.

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

Color convert

RGB 216 143 210 -
CMYK 0 0.34 0.03 0.15
HSL 304.93º 0.48% 0.7% -
HSV(B) 304.93º 0.34% 0.85% -
XYZ 49.77 38.9 65.86 -
YUV 172.47 149.18 159.05 -
System Red Green Blue C M Y K H S L
Decimal 216 143 210 0 0.34 0.03 0.15 304.93 0.48 0.7
Hex D8 8F D2 0 22 3 F 131 30 46
Octal 330 217 322 0 42 3 17 461 60 106
Binary 11011000 10001111 11010010 0 100010 11 1111 100110001 110000 1000110

Color Harmonies of #D88FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88FD2

Black with #D88FD2

Text Example


Text Example

White with #D88FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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