Html Css Color HEX #D88FCF Plum

📋 copy color: '#D88FCF'

red 216 ◦ green 143 ◦ blue 207

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

Shades of Plum #D88FCF

Tints of Plum #D88FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.57%

R = 38.16%
G = 25.27%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D88FCF (or 0xD88FCF) is known color: Plum. HEX triplet: D8, 8F and CF. RGB value is (216,143,207). Sum of RGB (Red+Green+Blue) = 216+143+207=566 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.16% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 216 - color contains mainly: red. Hex color #D88FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88FCF is #277030. Grayscale: #ABABAB. Windows color (decimal): -2584625 or 13602776. OLE color: 13602776.

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

Color convert

RGB 216 143 207 -
CMYK 0 0.34 0.04 0.15
HSL 307.4º 0.48% 0.7% -
HSV(B) 307.4º 0.34% 0.85% -
XYZ 49.4 38.75 63.91 -
YUV 172.12 147.68 159.3 -
System Red Green Blue C M Y K H S L
Decimal 216 143 207 0 0.34 0.04 0.15 307.4 0.48 0.7
Hex D8 8F CF 0 22 4 F 133 30 46
Octal 330 217 317 0 42 4 17 463 60 106
Binary 11011000 10001111 11001111 0 100010 100 1111 100110011 110000 1000110

Color Harmonies of #D88FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88FCF

Black with #D88FCF

Text Example


Text Example

White with #D88FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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