Html Css Color HEX #D38FD2 Plum

📋 copy color: '#D38FD2'

red 211 ◦ green 143 ◦ blue 210

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

Shades of Plum #D38FD2

Tints of Plum #D38FD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 37.23%

R = 37.41%
G = 25.35%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.00

 K value IS 0.17

RGB Variations

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

Color information

#D38FD2 (or 0xD38FD2) is known color: Plum. HEX triplet: D3, 8F and D2. RGB value is (211,143,210). Sum of RGB (Red+Green+Blue) = 211+143+210=564 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.41% from 564); Green value is 143 (56.25% from 255 or 25.35% from 564); Blue value is 210 (82.42% from 255 or 37.23% from 564); Max value from RGB is 211 - color contains mainly: red. Hex color #D38FD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38FD2 is #2C702D. Grayscale: #AAAAAA. Windows color (decimal): -2912302 or 13799379. OLE color: 13799379.

HSL color Cylindrical-coordinate representation of color #D38FD2: hue angle of 300.88º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D38FD2 is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 143 210 -
CMYK 0 0.32 0.00 0.17
HSL 300.88º 0.44% 0.69% -
HSV(B) 300.88º 0.32% 0.83% -
XYZ 48.32 38.15 65.79 -
YUV 170.97 150.03 156.55 -
System Red Green Blue C M Y K H S L
Decimal 211 143 210 0 0.32 0.00 0.17 300.88 0.44 0.69
Hex D3 8F D2 0 20 0 11 12D 2C 45
Octal 323 217 322 0 40 0 21 455 54 105
Binary 11010011 10001111 11010010 0 100000 0 10001 100101101 101100 1000101

Color Harmonies of #D38FD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38FD2

Black with #D38FD2

Text Example


Text Example

White with #D38FD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38FD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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