Html Css Color HEX #D38FD8 Plum

📋 copy color: '#D38FD8'

red 211 ◦ green 143 ◦ blue 216

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

Shades of Plum #D38FD8

Tints of Plum #D38FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.89%

R = 37.02%
G = 25.09%
B = 37.89%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D38FD8 (or 0xD38FD8) is known color: Plum. HEX triplet: D3, 8F and D8. RGB value is (211,143,216). Sum of RGB (Red+Green+Blue) = 211+143+216=570 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.02% from 570); Green value is 143 (56.25% from 255 or 25.09% from 570); Blue value is 216 (84.77% from 255 or 37.89% from 570); Max value from RGB is 216 - color contains mainly: blue. Hex color #D38FD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38FD8 is #2C7027. Grayscale: #ABABAB. Windows color (decimal): -2912296 or 14192595. OLE color: 14192595.

HSL color Cylindrical-coordinate representation of color #D38FD8: hue angle of 295.89º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D38FD8 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 143 216 -
CMYK 0.02 0.34 0 0.15
HSL 295.89º 0.48% 0.7% -
HSV(B) 295.89º 0.34% 0.85% -
XYZ 49.08 38.45 69.8 -
YUV 171.65 153.03 156.06 -
System Red Green Blue C M Y K H S L
Decimal 211 143 216 0.02 0.34 0 0.15 295.89 0.48 0.7
Hex D3 8F D8 2 22 0 F 128 30 46
Octal 323 217 330 2 42 0 17 450 60 106
Binary 11010011 10001111 11011000 10 100010 0 1111 100101000 110000 1000110

Color Harmonies of #D38FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38FD8

Black with #D38FD8

Text Example


Text Example

White with #D38FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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