Html Css Color HEX #D88CE2 Plum

📋 copy color: '#D88CE2'

red 216 ◦ green 140 ◦ blue 226

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

Shades of Plum #D88CE2

Tints of Plum #D88CE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.83%

R = 37.11%
G = 24.05%
B = 38.83%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D88CE2 (or 0xD88CE2) is known color: Plum. HEX triplet: D8, 8C and E2. RGB value is (216,140,226). Sum of RGB (Red+Green+Blue) = 216+140+226=582 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.11% from 582); Green value is 140 (55.08% from 255 or 24.05% from 582); Blue value is 226 (88.67% from 255 or 38.83% from 582); Max value from RGB is 226 - color contains mainly: blue. Hex color #D88CE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D88CE2 is #27731D. Grayscale: #ACACAC. Windows color (decimal): -2585374 or 14847192. OLE color: 14847192.

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

Color convert

RGB 216 140 226 -
CMYK 0.04 0.38 0 0.11
HSL 293.02º 0.6% 0.72% -
HSV(B) 293.02º 0.38% 0.89% -
XYZ 51.42 38.85 76.74 -
YUV 172.53 158.18 159.01 -
System Red Green Blue C M Y K H S L
Decimal 216 140 226 0.04 0.38 0 0.11 293.02 0.6 0.72
Hex D8 8C E2 4 26 0 B 125 3C 48
Octal 330 214 342 4 46 0 13 445 74 110
Binary 11011000 10001100 11100010 100 100110 0 1011 100100101 111100 1001000

Color Harmonies of #D88CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88CE2

Black with #D88CE2

Text Example


Text Example

White with #D88CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88CE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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