Html Css Color HEX #D38CDA Plum

📋 copy color: '#D38CDA'

red 211 ◦ green 140 ◦ blue 218

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

Shades of Plum #D38CDA

Tints of Plum #D38CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.31%

R = 37.08%
G = 24.6%
B = 38.31%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D38CDA (or 0xD38CDA) is known color: Plum. HEX triplet: D3, 8C and DA. RGB value is (211,140,218). Sum of RGB (Red+Green+Blue) = 211+140+218=569 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.08% from 569); Green value is 140 (55.08% from 255 or 24.60% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #D38CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38CDA is #2C7325. Grayscale: #A9A9A9. Windows color (decimal): -2913062 or 14322899. OLE color: 14322899.

HSL color Cylindrical-coordinate representation of color #D38CDA: hue angle of 294.62º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D38CDA is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 140 218 -
CMYK 0.03 0.36 0 0.15
HSL 294.62º 0.51% 0.7% -
HSV(B) 294.62º 0.36% 0.85% -
XYZ 48.9 37.67 71.02 -
YUV 170.12 155.02 157.16 -
System Red Green Blue C M Y K H S L
Decimal 211 140 218 0.03 0.36 0 0.15 294.62 0.51 0.7
Hex D3 8C DA 3 24 0 F 127 33 46
Octal 323 214 332 3 44 0 17 447 63 106
Binary 11010011 10001100 11011010 11 100100 0 1111 100100111 110011 1000110

Color Harmonies of #D38CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38CDA

Black with #D38CDA

Text Example


Text Example

White with #D38CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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