Html Css Color HEX #D88FCD Plum

📋 copy color: '#D88FCD'

red 216 ◦ green 143 ◦ blue 205

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

Shades of Plum #D88FCD

Tints of Plum #D88FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.35%

R = 38.3%
G = 25.35%
B = 36.35%

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

#D88FCD (or 0xD88FCD) is known color: Plum. HEX triplet: D8, 8F and CD. RGB value is (216,143,205). Sum of RGB (Red+Green+Blue) = 216+143+205=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 143 (56.25% from 255 or 25.35% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 216 - color contains mainly: red. Hex color #D88FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88FCD is #277032. Grayscale: #ABABAB. Windows color (decimal): -2584627 or 13471704. OLE color: 13471704.

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

Color convert

RGB 216 143 205 -
CMYK 0 0.34 0.05 0.15
HSL 309.04º 0.48% 0.7% -
HSV(B) 309.04º 0.34% 0.85% -
XYZ 49.16 38.65 62.63 -
YUV 171.9 146.68 159.46 -
System Red Green Blue C M Y K H S L
Decimal 216 143 205 0 0.34 0.05 0.15 309.04 0.48 0.7
Hex D8 8F CD 0 22 5 F 135 30 46
Octal 330 217 315 0 42 5 17 465 60 106
Binary 11011000 10001111 11001101 0 100010 101 1111 100110101 110000 1000110

Color Harmonies of #D88FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88FCD

Black with #D88FCD

Text Example


Text Example

White with #D88FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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