Html Css Color HEX #D38CDF Plum

📋 copy color: '#D38CDF'

red 211 ◦ green 140 ◦ blue 223

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

Shades of Plum #D38CDF

Tints of Plum #D38CDF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.39%

 BLUE value IS 223 (87.5% from 255) = 38.85%

R = 36.76%
G = 24.39%
B = 38.85%

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

#D38CDF (or 0xD38CDF) is known color: Plum. HEX triplet: D3, 8C and DF. RGB value is (211,140,223). Sum of RGB (Red+Green+Blue) = 211+140+223=574 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.76% from 574); Green value is 140 (55.08% from 255 or 24.39% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #D38CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38CDF is #2C7320. Grayscale: #AAAAAA. Windows color (decimal): -2913057 or 14650579. OLE color: 14650579.

HSL color Cylindrical-coordinate representation of color #D38CDF: hue angle of 291.33º degrees, saturation: 0.56, 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 #D38CDF is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 211 140 223 -
CMYK 0.05 0.37 0 0.13
HSL 291.33º 0.56% 0.71% -
HSV(B) 291.33º 0.37% 0.87% -
XYZ 49.56 37.93 74.52 -
YUV 170.69 157.52 156.75 -
System Red Green Blue C M Y K H S L
Decimal 211 140 223 0.05 0.37 0 0.13 291.33 0.56 0.71
Hex D3 8C DF 5 25 0 D 123 38 47
Octal 323 214 337 5 45 0 15 443 70 107
Binary 11010011 10001100 11011111 101 100101 0 1101 100100011 111000 1000111

Color Harmonies of #D38CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38CDF

Black with #D38CDF

Text Example


Text Example

White with #D38CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38CDF; }

 p { color: rgb(211,140,223); }

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

background-color css

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

 a { background-color: rgb(211,140,223); }

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

border-color css

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

 span { border-color: rgb(211,140,223); }

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