Html Css Color HEX #D38CD0 Plum

📋 copy color: '#D38CD0'

red 211 ◦ green 140 ◦ blue 208

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

Shades of Plum #D38CD0

Tints of Plum #D38CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 37.21%

R = 37.75%
G = 25.04%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.17

RGB Variations

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

Color information

#D38CD0 (or 0xD38CD0) is known color: Plum. HEX triplet: D3, 8C and D0. RGB value is (211,140,208). Sum of RGB (Red+Green+Blue) = 211+140+208=559 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.75% from 559); Green value is 140 (55.08% from 255 or 25.04% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 211 - color contains mainly: red. Hex color #D38CD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38CD0 is #2C732F. Grayscale: #A8A8A8. Windows color (decimal): -2913072 or 13667539. OLE color: 13667539.

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

Color convert

RGB 211 140 208 -
CMYK 0 0.34 0.01 0.17
HSL 302.54º 0.45% 0.69% -
HSV(B) 302.54º 0.34% 0.83% -
XYZ 47.63 37.16 64.34 -
YUV 168.98 150.02 157.97 -
System Red Green Blue C M Y K H S L
Decimal 211 140 208 0 0.34 0.01 0.17 302.54 0.45 0.69
Hex D3 8C D0 0 22 1 11 12F 2D 45
Octal 323 214 320 0 42 1 21 457 55 105
Binary 11010011 10001100 11010000 0 100010 1 10001 100101111 101101 1000101

Color Harmonies of #D38CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38CD0

Black with #D38CD0

Text Example


Text Example

White with #D38CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38CD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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