Html Css Color HEX #D388DC Plum

📋 copy color: '#D388DC'

red 211 ◦ green 136 ◦ blue 220

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

Shades of Plum #D388DC

Tints of Plum #D388DC

RGB

 RED value IS 211 (82.81% from 255) = 37.21%

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

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

R = 37.21%
G = 23.99%
B = 38.8%

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

#D388DC (or 0xD388DC) is known color: Plum. HEX triplet: D3, 88 and DC. RGB value is (211,136,220). Sum of RGB (Red+Green+Blue) = 211+136+220=567 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.21% from 567); Green value is 136 (53.52% from 255 or 23.99% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #D388DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D388DC is #2C7723. Grayscale: #A7A7A7. Windows color (decimal): -2914084 or 14452947. OLE color: 14452947.

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

Color convert

RGB 211 136 220 -
CMYK 0.04 0.38 0 0.14
HSL 293.57º 0.55% 0.7% -
HSV(B) 293.57º 0.38% 0.86% -
XYZ 48.59 36.62 72.22 -
YUV 168 157.35 158.67 -
System Red Green Blue C M Y K H S L
Decimal 211 136 220 0.04 0.38 0 0.14 293.57 0.55 0.7
Hex D3 88 DC 4 26 0 E 126 37 46
Octal 323 210 334 4 46 0 16 446 67 106
Binary 11010011 10001000 11011100 100 100110 0 1110 100100110 110111 1000110

Color Harmonies of #D388DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D388DC

Black with #D388DC

Text Example


Text Example

White with #D388DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D388DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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