Html Css Color HEX #D38FDC Plum

📋 copy color: '#D38FDC'

red 211 ◦ green 143 ◦ blue 220

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

Shades of Plum #D38FDC

Tints of Plum #D38FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.33%

R = 36.76%
G = 24.91%
B = 38.33%

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

#D38FDC (or 0xD38FDC) is known color: Plum. HEX triplet: D3, 8F and DC. RGB value is (211,143,220). Sum of RGB (Red+Green+Blue) = 211+143+220=574 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.76% from 574); Green value is 143 (56.25% from 255 or 24.91% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #D38FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38FDC is #2C7023. Grayscale: #ABABAB. Windows color (decimal): -2912292 or 14454739. OLE color: 14454739.

HSL color Cylindrical-coordinate representation of color #D38FDC: hue angle of 292.99º degrees, saturation: 0.52, 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 #D38FDC is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 143 220 -
CMYK 0.04 0.35 0 0.14
HSL 292.99º 0.52% 0.71% -
HSV(B) 292.99º 0.35% 0.86% -
XYZ 49.6 38.66 72.56 -
YUV 172.11 155.03 155.74 -
System Red Green Blue C M Y K H S L
Decimal 211 143 220 0.04 0.35 0 0.14 292.99 0.52 0.71
Hex D3 8F DC 4 23 0 E 125 34 47
Octal 323 217 334 4 43 0 16 445 64 107
Binary 11010011 10001111 11011100 100 100011 0 1110 100100101 110100 1000111

Color Harmonies of #D38FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38FDC

Black with #D38FDC

Text Example


Text Example

White with #D38FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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