Html Css Color HEX #D88CE1 Plum

📋 copy color: '#D88CE1'

red 216 ◦ green 140 ◦ blue 225

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

Shades of Plum #D88CE1

Tints of Plum #D88CE1

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.1%

 BLUE value IS 225 (88.28% from 255) = 38.73%

R = 37.18%
G = 24.1%
B = 38.73%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D88CE1 (or 0xD88CE1) is known color: Plum. HEX triplet: D8, 8C and E1. RGB value is (216,140,225). Sum of RGB (Red+Green+Blue) = 216+140+225=581 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.18% from 581); Green value is 140 (55.08% from 255 or 24.10% from 581); Blue value is 225 (88.28% from 255 or 38.73% from 581); Max value from RGB is 225 - color contains mainly: blue. Hex color #D88CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88CE1 is #27731E. Grayscale: #ACACAC. Windows color (decimal): -2585375 or 14781656. OLE color: 14781656.

HSL color Cylindrical-coordinate representation of color #D88CE1: hue angle of 293.65º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D88CE1 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 216 140 225 -
CMYK 0.04 0.38 0 0.12
HSL 293.65º 0.59% 0.72% -
HSV(B) 293.65º 0.38% 0.88% -
XYZ 51.29 38.79 76.02 -
YUV 172.41 157.68 159.09 -
System Red Green Blue C M Y K H S L
Decimal 216 140 225 0.04 0.38 0 0.12 293.65 0.59 0.72
Hex D8 8C E1 4 26 0 C 126 3B 48
Octal 330 214 341 4 46 0 14 446 73 110
Binary 11011000 10001100 11100001 100 100110 0 1100 100100110 111011 1001000

Color Harmonies of #D88CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88CE1

Black with #D88CE1

Text Example


Text Example

White with #D88CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88CE1; }

 p { color: rgb(216,140,225); }

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

background-color css

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

 a { background-color: rgb(216,140,225); }

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

border-color css

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

 span { border-color: rgb(216,140,225); }

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