Html Css Color HEX #D388DB Plum

📋 copy color: '#D388DB'

red 211 ◦ green 136 ◦ blue 219

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

Shades of Plum #D388DB

Tints of Plum #D388DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.69%

R = 37.28%
G = 24.03%
B = 38.69%

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

#D388DB (or 0xD388DB) is known color: Plum. HEX triplet: D3, 88 and DB. RGB value is (211,136,219). Sum of RGB (Red+Green+Blue) = 211+136+219=566 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.28% from 566); Green value is 136 (53.52% from 255 or 24.03% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #D388DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D388DB is #2C7724. Grayscale: #A7A7A7. Windows color (decimal): -2914085 or 14387411. OLE color: 14387411.

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

Color convert

RGB 211 136 219 -
CMYK 0.04 0.38 0 0.14
HSL 294.22º 0.54% 0.7% -
HSV(B) 294.22º 0.38% 0.86% -
XYZ 48.45 36.57 71.52 -
YUV 167.89 156.85 158.75 -
System Red Green Blue C M Y K H S L
Decimal 211 136 219 0.04 0.38 0 0.14 294.22 0.54 0.7
Hex D3 88 DB 4 26 0 E 126 36 46
Octal 323 210 333 4 46 0 16 446 66 106
Binary 11010011 10001000 11011011 100 100110 0 1110 100100110 110110 1000110

Color Harmonies of #D388DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D388DB

Black with #D388DB

Text Example


Text Example

White with #D388DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D388DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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