Html Css Color HEX #D38FDB Plum

📋 copy color: '#D38FDB'

red 211 ◦ green 143 ◦ blue 219

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

Shades of Plum #D38FDB

Tints of Plum #D38FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.96%

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

R = 36.82%
G = 24.96%
B = 38.22%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D38FDB (or 0xD38FDB) is known color: Plum. HEX triplet: D3, 8F and DB. RGB value is (211,143,219). Sum of RGB (Red+Green+Blue) = 211+143+219=573 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.82% from 573); Green value is 143 (56.25% from 255 or 24.96% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #D38FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38FDB is #2C7024. Grayscale: #ABABAB. Windows color (decimal): -2912293 or 14389203. OLE color: 14389203.

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

Color convert

RGB 211 143 219 -
CMYK 0.04 0.35 0 0.14
HSL 293.68º 0.51% 0.71% -
HSV(B) 293.68º 0.35% 0.86% -
XYZ 49.47 38.61 71.86 -
YUV 172 154.53 155.82 -
System Red Green Blue C M Y K H S L
Decimal 211 143 219 0.04 0.35 0 0.14 293.68 0.51 0.71
Hex D3 8F DB 4 23 0 E 126 33 47
Octal 323 217 333 4 43 0 16 446 63 107
Binary 11010011 10001111 11011011 100 100011 0 1110 100100110 110011 1000111

Color Harmonies of #D38FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38FDB

Black with #D38FDB

Text Example


Text Example

White with #D38FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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