Html Css Color HEX #D38DDB Plum

📋 copy color: '#D38DDB'

red 211 ◦ green 141 ◦ blue 219

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

Shades of Plum #D38DDB

Tints of Plum #D38DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.69%

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

R = 36.95%
G = 24.69%
B = 38.35%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D38DDB (or 0xD38DDB) is known color: Plum. HEX triplet: D3, 8D and DB. RGB value is (211,141,219). Sum of RGB (Red+Green+Blue) = 211+141+219=571 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.95% from 571); Green value is 141 (55.47% from 255 or 24.69% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #D38DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38DDB is #2C7224. Grayscale: #AAAAAA. Windows color (decimal): -2912805 or 14388691. OLE color: 14388691.

HSL color Cylindrical-coordinate representation of color #D38DDB: hue angle of 293.85º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D38DDB is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 141 219 -
CMYK 0.04 0.36 0 0.14
HSL 293.85º 0.52% 0.71% -
HSV(B) 293.85º 0.36% 0.86% -
XYZ 49.18 38.01 71.76 -
YUV 170.82 155.19 156.66 -
System Red Green Blue C M Y K H S L
Decimal 211 141 219 0.04 0.36 0 0.14 293.85 0.52 0.71
Hex D3 8D DB 4 24 0 E 126 34 47
Octal 323 215 333 4 44 0 16 446 64 107
Binary 11010011 10001101 11011011 100 100100 0 1110 100100110 110100 1000111

Color Harmonies of #D38DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38DDB

Black with #D38DDB

Text Example


Text Example

White with #D38DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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