Html Css Color HEX #D488DC Plum

📋 copy color: '#D488DC'

red 212 ◦ green 136 ◦ blue 220

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

Shades of Plum #D488DC

Tints of Plum #D488DC

RGB

 RED value IS 212 (83.2% from 255) = 37.32%

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

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

R = 37.32%
G = 23.94%
B = 38.73%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D488DC (or 0xD488DC) is known color: Plum. HEX triplet: D4, 88 and DC. RGB value is (212,136,220). Sum of RGB (Red+Green+Blue) = 212+136+220=568 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.32% from 568); Green value is 136 (53.52% from 255 or 23.94% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #D488DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D488DC is #2B7723. Grayscale: #A8A8A8. Windows color (decimal): -2848548 or 14452948. OLE color: 14452948.

HSL color Cylindrical-coordinate representation of color #D488DC: hue angle of 294.29º 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 #D488DC is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 136 220 -
CMYK 0.04 0.38 0 0.14
HSL 294.29º 0.55% 0.7% -
HSV(B) 294.29º 0.38% 0.86% -
XYZ 48.87 36.77 72.23 -
YUV 168.3 157.18 159.17 -
System Red Green Blue C M Y K H S L
Decimal 212 136 220 0.04 0.38 0 0.14 294.29 0.55 0.7
Hex D4 88 DC 4 26 0 E 126 37 46
Octal 324 210 334 4 46 0 16 446 67 106
Binary 11010100 10001000 11011100 100 100110 0 1110 100100110 110111 1000110

Color Harmonies of #D488DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D488DC

Black with #D488DC

Text Example


Text Example

White with #D488DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D488DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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