Html Css Color HEX #D495DA Plum

📋 copy color: '#D495DA'

red 212 ◦ green 149 ◦ blue 218

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

Shades of Plum #D495DA

Tints of Plum #D495DA

RGB

 RED value IS 212 (83.2% from 255) = 36.61%

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

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

R = 36.61%
G = 25.73%
B = 37.65%

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

#D495DA (or 0xD495DA) is known color: Plum. HEX triplet: D4, 95 and DA. RGB value is (212,149,218). Sum of RGB (Red+Green+Blue) = 212+149+218=579 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.61% from 579); Green value is 149 (58.59% from 255 or 25.73% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #D495DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D495DA is #2B6A25. Grayscale: #AFAFAF. Windows color (decimal): -2845222 or 14325204. OLE color: 14325204.

HSL color Cylindrical-coordinate representation of color #D495DA: hue angle of 294.78º 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 #D495DA is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 149 218 -
CMYK 0.03 0.32 0 0.15
HSL 294.78º 0.48% 0.72% -
HSV(B) 294.78º 0.32% 0.85% -
XYZ 50.55 40.55 71.49 -
YUV 175.7 151.87 153.89 -
System Red Green Blue C M Y K H S L
Decimal 212 149 218 0.03 0.32 0 0.15 294.78 0.48 0.72
Hex D4 95 DA 3 20 0 F 127 30 48
Octal 324 225 332 3 40 0 17 447 60 110
Binary 11010100 10010101 11011010 11 100000 0 1111 100100111 110000 1001000

Color Harmonies of #D495DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D495DA

Black with #D495DA

Text Example


Text Example

White with #D495DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D495DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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