Html Css Color HEX #D88FDF Plum

📋 copy color: '#D88FDF'

red 216 ◦ green 143 ◦ blue 223

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

Shades of Plum #D88FDF

Tints of Plum #D88FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.32%

R = 37.11%
G = 24.57%
B = 38.32%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D88FDF (or 0xD88FDF) is known color: Plum. HEX triplet: D8, 8F and DF. RGB value is (216,143,223). Sum of RGB (Red+Green+Blue) = 216+143+223=582 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.11% from 582); Green value is 143 (56.25% from 255 or 24.57% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #D88FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88FDF is #277020. Grayscale: #ADADAD. Windows color (decimal): -2584609 or 14651352. OLE color: 14651352.

HSL color Cylindrical-coordinate representation of color #D88FDF: hue angle of 294.75º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D88FDF is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 216 143 223 -
CMYK 0.03 0.36 0 0.13
HSL 294.75º 0.56% 0.72% -
HSV(B) 294.75º 0.36% 0.87% -
XYZ 51.46 39.57 74.74 -
YUV 173.95 155.68 158 -
System Red Green Blue C M Y K H S L
Decimal 216 143 223 0.03 0.36 0 0.13 294.75 0.56 0.72
Hex D8 8F DF 3 24 0 D 127 38 48
Octal 330 217 337 3 44 0 15 447 70 110
Binary 11011000 10001111 11011111 11 100100 0 1101 100100111 111000 1001000

Color Harmonies of #D88FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88FDF

Black with #D88FDF

Text Example


Text Example

White with #D88FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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