Html Css Color HEX #D495D6 Plum

📋 copy color: '#D495D6'

red 212 ◦ green 149 ◦ blue 214

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

Shades of Plum #D495D6

Tints of Plum #D495D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.22%

R = 36.87%
G = 25.91%
B = 37.22%

CMYK

 C value IS 0.01

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D495D6 (or 0xD495D6) is known color: Plum. HEX triplet: D4, 95 and D6. RGB value is (212,149,214). Sum of RGB (Red+Green+Blue) = 212+149+214=575 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.87% from 575); Green value is 149 (58.59% from 255 or 25.91% from 575); Blue value is 214 (83.98% from 255 or 37.22% from 575); Max value from RGB is 214 - color contains mainly: blue. Hex color #D495D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D495D6 is #2B6A29. Grayscale: #AFAFAF. Windows color (decimal): -2845226 or 14063060. OLE color: 14063060.

HSL color Cylindrical-coordinate representation of color #D495D6: hue angle of 298.15º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D495D6 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 149 214 -
CMYK 0.01 0.30 0 0.16
HSL 298.15º 0.44% 0.71% -
HSV(B) 298.15º 0.3% 0.84% -
XYZ 50.04 40.35 68.77 -
YUV 175.25 149.87 154.21 -
System Red Green Blue C M Y K H S L
Decimal 212 149 214 0.01 0.30 0 0.16 298.15 0.44 0.71
Hex D4 95 D6 1 1E 0 10 12A 2C 47
Octal 324 225 326 1 36 0 20 452 54 107
Binary 11010100 10010101 11010110 1 11110 0 10000 100101010 101100 1000111

Color Harmonies of #D495D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D495D6

Black with #D495D6

Text Example


Text Example

White with #D495D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D495D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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