Html Css Color HEX #D88FCE Plum

📋 copy color: '#D88FCE'

red 216 ◦ green 143 ◦ blue 206

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

Shades of Plum #D88FCE

Tints of Plum #D88FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.46%

R = 38.23%
G = 25.31%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D88FCE (or 0xD88FCE) is known color: Plum. HEX triplet: D8, 8F and CE. RGB value is (216,143,206). Sum of RGB (Red+Green+Blue) = 216+143+206=565 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.23% from 565); Green value is 143 (56.25% from 255 or 25.31% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 216 - color contains mainly: red. Hex color #D88FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88FCE is #277031. Grayscale: #ABABAB. Windows color (decimal): -2584626 or 13537240. OLE color: 13537240.

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

Color convert

RGB 216 143 206 -
CMYK 0 0.34 0.05 0.15
HSL 308.22º 0.48% 0.7% -
HSV(B) 308.22º 0.34% 0.85% -
XYZ 49.28 38.7 63.26 -
YUV 172.01 147.18 159.38 -
System Red Green Blue C M Y K H S L
Decimal 216 143 206 0 0.34 0.05 0.15 308.22 0.48 0.7
Hex D8 8F CE 0 22 5 F 134 30 46
Octal 330 217 316 0 42 5 17 464 60 106
Binary 11011000 10001111 11001110 0 100010 101 1111 100110100 110000 1000110

Color Harmonies of #D88FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88FCE

Black with #D88FCE

Text Example


Text Example

White with #D88FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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