Html Css Color HEX #D38BDD Plum

📋 copy color: '#D38BDD'

red 211 ◦ green 139 ◦ blue 221

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

Shades of Plum #D38BDD

Tints of Plum #D38BDD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.34%

 BLUE value IS 221 (86.72% from 255) = 38.7%

R = 36.95%
G = 24.34%
B = 38.7%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D38BDD (or 0xD38BDD) is known color: Plum. HEX triplet: D3, 8B and DD. RGB value is (211,139,221). Sum of RGB (Red+Green+Blue) = 211+139+221=571 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.95% from 571); Green value is 139 (54.69% from 255 or 24.34% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #D38BDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38BDD is #2C7422. Grayscale: #A9A9A9. Windows color (decimal): -2913315 or 14519251. OLE color: 14519251.

HSL color Cylindrical-coordinate representation of color #D38BDD: hue angle of 292.68º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D38BDD is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 139 221 -
CMYK 0.05 0.37 0 0.13
HSL 292.68º 0.55% 0.71% -
HSV(B) 292.68º 0.37% 0.87% -
XYZ 49.15 37.53 73.06 -
YUV 169.88 156.85 157.33 -
System Red Green Blue C M Y K H S L
Decimal 211 139 221 0.05 0.37 0 0.13 292.68 0.55 0.71
Hex D3 8B DD 5 25 0 D 125 37 47
Octal 323 213 335 5 45 0 15 445 67 107
Binary 11010011 10001011 11011101 101 100101 0 1101 100100101 110111 1000111

Color Harmonies of #D38BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38BDD

Black with #D38BDD

Text Example


Text Example

White with #D38BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38BDD; }

 p { color: rgb(211,139,221); }

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

background-color css

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

 a { background-color: rgb(211,139,221); }

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

border-color css

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

 span { border-color: rgb(211,139,221); }

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