Html Css Color HEX #D495DE Plum

📋 copy color: '#D495DE'

red 212 ◦ green 149 ◦ blue 222

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

Shades of Plum #D495DE

Tints of Plum #D495DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.08%

R = 36.36%
G = 25.56%
B = 38.08%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D495DE (or 0xD495DE) is known color: Plum. HEX triplet: D4, 95 and DE. RGB value is (212,149,222). Sum of RGB (Red+Green+Blue) = 212+149+222=583 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.36% from 583); Green value is 149 (58.59% from 255 or 25.56% from 583); Blue value is 222 (87.11% from 255 or 38.08% from 583); Max value from RGB is 222 - color contains mainly: blue. Hex color #D495DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D495DE is #2B6A21. Grayscale: #AFAFAF. Windows color (decimal): -2845218 or 14587348. OLE color: 14587348.

HSL color Cylindrical-coordinate representation of color #D495DE: hue angle of 291.78º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D495DE is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 149 222 -
CMYK 0.05 0.33 0 0.13
HSL 291.78º 0.53% 0.73% -
HSV(B) 291.78º 0.33% 0.87% -
XYZ 51.08 40.77 74.28 -
YUV 176.16 153.87 153.56 -
System Red Green Blue C M Y K H S L
Decimal 212 149 222 0.05 0.33 0 0.13 291.78 0.53 0.73
Hex D4 95 DE 5 21 0 D 124 35 49
Octal 324 225 336 5 41 0 15 444 65 111
Binary 11010100 10010101 11011110 101 100001 0 1101 100100100 110101 1001001

Color Harmonies of #D495DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D495DE

Black with #D495DE

Text Example


Text Example

White with #D495DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D495DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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