Html Css Color HEX #D38CDC Plum

📋 copy color: '#D38CDC'

red 211 ◦ green 140 ◦ blue 220

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

Shades of Plum #D38CDC

Tints of Plum #D38CDC

RGB

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

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

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

R = 36.95%
G = 24.52%
B = 38.53%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D38CDC (or 0xD38CDC) is known color: Plum. HEX triplet: D3, 8C and DC. RGB value is (211,140,220). Sum of RGB (Red+Green+Blue) = 211+140+220=571 (75% of max value = 765). Red value is 211 (82.81% from 255 or 36.95% from 571); Green value is 140 (55.08% from 255 or 24.52% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #D38CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38CDC is #2C7323. Grayscale: #AAAAAA. Windows color (decimal): -2913060 or 14453971. OLE color: 14453971.

HSL color Cylindrical-coordinate representation of color #D38CDC: hue angle of 293.25º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D38CDC is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 140 220 -
CMYK 0.04 0.36 0 0.14
HSL 293.25º 0.53% 0.71% -
HSV(B) 293.25º 0.36% 0.86% -
XYZ 49.16 37.77 72.41 -
YUV 170.35 156.02 157 -
System Red Green Blue C M Y K H S L
Decimal 211 140 220 0.04 0.36 0 0.14 293.25 0.53 0.71
Hex D3 8C DC 4 24 0 E 125 35 47
Octal 323 214 334 4 44 0 16 445 65 107
Binary 11010011 10001100 11011100 100 100100 0 1110 100100101 110101 1000111

Color Harmonies of #D38CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38CDC

Black with #D38CDC

Text Example


Text Example

White with #D38CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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