Html Css Color HEX #D88FD4 Plum

📋 copy color: '#D88FD4'

red 216 ◦ green 143 ◦ blue 212

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

Shades of Plum #D88FD4

Tints of Plum #D88FD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.13%

R = 37.83%
G = 25.04%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D88FD4 (or 0xD88FD4) is known color: Plum. HEX triplet: D8, 8F and D4. RGB value is (216,143,212). Sum of RGB (Red+Green+Blue) = 216+143+212=571 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.83% from 571); Green value is 143 (56.25% from 255 or 25.04% from 571); Blue value is 212 (83.20% from 255 or 37.13% from 571); Max value from RGB is 216 - color contains mainly: red. Hex color #D88FD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88FD4 is #27702B. Grayscale: #ACACAC. Windows color (decimal): -2584620 or 13930456. OLE color: 13930456.

HSL color Cylindrical-coordinate representation of color #D88FD4: hue angle of 303.29º 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 #D88FD4 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 143 212 -
CMYK 0 0.34 0.02 0.15
HSL 303.29º 0.48% 0.7% -
HSV(B) 303.29º 0.34% 0.85% -
XYZ 50.03 39 67.18 -
YUV 172.69 150.18 158.89 -
System Red Green Blue C M Y K H S L
Decimal 216 143 212 0 0.34 0.02 0.15 303.29 0.48 0.7
Hex D8 8F D4 0 22 2 F 12F 30 46
Octal 330 217 324 0 42 2 17 457 60 106
Binary 11011000 10001111 11010100 0 100010 10 1111 100101111 110000 1000110

Color Harmonies of #D88FD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88FD4

Black with #D88FD4

Text Example


Text Example

White with #D88FD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88FD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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