Html Css Color HEX #D288DC Plum

📋 copy color: '#D288DC'

red 210 ◦ green 136 ◦ blue 220

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

Shades of Plum #D288DC

Tints of Plum #D288DC

RGB

 RED value IS 210 (82.42% from 255) = 37.1%

 GREEN value IS 136 (53.52% from 255) = 24.03%

 BLUE value IS 220 (86.33% from 255) = 38.87%

R = 37.1%
G = 24.03%
B = 38.87%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D288DC (or 0xD288DC) is known color: Plum. HEX triplet: D2, 88 and DC. RGB value is (210,136,220). Sum of RGB (Red+Green+Blue) = 210+136+220=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #D288DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D288DC is #2D7723. Grayscale: #A7A7A7. Windows color (decimal): -2979620 or 14452946. OLE color: 14452946.

HSL color Cylindrical-coordinate representation of color #D288DC: hue angle of 292.86º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D288DC is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 136 220 -
CMYK 0.05 0.38 0 0.14
HSL 292.86º 0.55% 0.7% -
HSV(B) 292.86º 0.38% 0.86% -
XYZ 48.3 36.48 72.21 -
YUV 167.7 157.52 158.17 -
System Red Green Blue C M Y K H S L
Decimal 210 136 220 0.05 0.38 0 0.14 292.86 0.55 0.7
Hex D2 88 DC 5 26 0 E 125 37 46
Octal 322 210 334 5 46 0 16 445 67 106
Binary 11010010 10001000 11011100 101 100110 0 1110 100100101 110111 1000110

Color Harmonies of #D288DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D288DC

Black with #D288DC

Text Example


Text Example

White with #D288DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D288DC; }

 p { color: rgb(210,136,220); }

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

background-color css

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

 a { background-color: rgb(210,136,220); }

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

border-color css

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

 span { border-color: rgb(210,136,220); }

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