Html Css Color HEX #D38FD6 Plum

📋 copy color: '#D38FD6'

red 211 ◦ green 143 ◦ blue 214

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

Shades of Plum #D38FD6

Tints of Plum #D38FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.68%

R = 37.15%
G = 25.18%
B = 37.68%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D38FD6 (or 0xD38FD6) is known color: Plum. HEX triplet: D3, 8F and D6. RGB value is (211,143,214). Sum of RGB (Red+Green+Blue) = 211+143+214=568 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.15% from 568); Green value is 143 (56.25% from 255 or 25.18% from 568); Blue value is 214 (83.98% from 255 or 37.68% from 568); Max value from RGB is 214 - color contains mainly: blue. Hex color #D38FD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38FD6 is #2C7029. Grayscale: #ABABAB. Windows color (decimal): -2912298 or 14061523. OLE color: 14061523.

HSL color Cylindrical-coordinate representation of color #D38FD6: hue angle of 297.46º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D38FD6 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 211 143 214 -
CMYK 0.01 0.33 0 0.16
HSL 297.46º 0.46% 0.7% -
HSV(B) 297.46º 0.33% 0.84% -
XYZ 48.82 38.35 68.45 -
YUV 171.43 152.03 156.23 -
System Red Green Blue C M Y K H S L
Decimal 211 143 214 0.01 0.33 0 0.16 297.46 0.46 0.7
Hex D3 8F D6 1 21 0 10 129 2E 46
Octal 323 217 326 1 41 0 20 451 56 106
Binary 11010011 10001111 11010110 1 100001 0 10000 100101001 101110 1000110

Color Harmonies of #D38FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38FD6

Black with #D38FD6

Text Example


Text Example

White with #D38FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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