Html Css Color HEX #D395DA Plum

📋 copy color: '#D395DA'

red 211 ◦ green 149 ◦ blue 218

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

Shades of Plum #D395DA

Tints of Plum #D395DA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.78%

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

R = 36.51%
G = 25.78%
B = 37.72%

CMYK

 C value IS 0.03

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D395DA (or 0xD395DA) is known color: Plum. HEX triplet: D3, 95 and DA. RGB value is (211,149,218). Sum of RGB (Red+Green+Blue) = 211+149+218=578 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.51% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #D395DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D395DA is #2C6A25. Grayscale: #AFAFAF. Windows color (decimal): -2910758 or 14325203. OLE color: 14325203.

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

Color convert

RGB 211 149 218 -
CMYK 0.03 0.32 0 0.15
HSL 293.91º 0.48% 0.72% -
HSV(B) 293.91º 0.32% 0.85% -
XYZ 50.27 40.41 71.48 -
YUV 175.4 152.04 153.39 -
System Red Green Blue C M Y K H S L
Decimal 211 149 218 0.03 0.32 0 0.15 293.91 0.48 0.72
Hex D3 95 DA 3 20 0 F 126 30 48
Octal 323 225 332 3 40 0 17 446 60 110
Binary 11010011 10010101 11011010 11 100000 0 1111 100100110 110000 1001000

Color Harmonies of #D395DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D395DA

Black with #D395DA

Text Example


Text Example

White with #D395DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D395DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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