Html Css Color HEX #D38ADA Plum

📋 copy color: '#D38ADA'

red 211 ◦ green 138 ◦ blue 218

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

Shades of Plum #D38ADA

Tints of Plum #D38ADA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.34%

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

R = 37.21%
G = 24.34%
B = 38.45%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D38ADA (or 0xD38ADA) is known color: Plum. HEX triplet: D3, 8A and DA. RGB value is (211,138,218). Sum of RGB (Red+Green+Blue) = 211+138+218=567 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.21% from 567); Green value is 138 (54.30% from 255 or 24.34% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #D38ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D38ADA is #2C7525. Grayscale: #A8A8A8. Windows color (decimal): -2913574 or 14322387. OLE color: 14322387.

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

Color convert

RGB 211 138 218 -
CMYK 0.03 0.37 0 0.15
HSL 294.75º 0.52% 0.7% -
HSV(B) 294.75º 0.37% 0.85% -
XYZ 48.61 37.09 70.93 -
YUV 168.95 155.68 158 -
System Red Green Blue C M Y K H S L
Decimal 211 138 218 0.03 0.37 0 0.15 294.75 0.52 0.7
Hex D3 8A DA 3 25 0 F 127 34 46
Octal 323 212 332 3 45 0 17 447 64 106
Binary 11010011 10001010 11011010 11 100101 0 1111 100100111 110100 1000110

Color Harmonies of #D38ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D38ADA

Black with #D38ADA

Text Example


Text Example

White with #D38ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D38ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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