Html Css Color HEX #D495DD Plum

📋 copy color: '#D495DD'

red 212 ◦ green 149 ◦ blue 221

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

Shades of Plum #D495DD

Tints of Plum #D495DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.97%

R = 36.43%
G = 25.6%
B = 37.97%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D495DD (or 0xD495DD) is known color: Plum. HEX triplet: D4, 95 and DD. RGB value is (212,149,221). Sum of RGB (Red+Green+Blue) = 212+149+221=582 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.43% from 582); Green value is 149 (58.59% from 255 or 25.60% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #D495DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D495DD is #2B6A22. Grayscale: #AFAFAF. Windows color (decimal): -2845219 or 14521812. OLE color: 14521812.

HSL color Cylindrical-coordinate representation of color #D495DD: hue angle of 292.5º degrees, saturation: 0.51, 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 #D495DD is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 149 221 -
CMYK 0.04 0.33 0 0.13
HSL 292.5º 0.51% 0.73% -
HSV(B) 292.5º 0.33% 0.87% -
XYZ 50.95 40.71 73.58 -
YUV 176.05 153.37 153.65 -
System Red Green Blue C M Y K H S L
Decimal 212 149 221 0.04 0.33 0 0.13 292.5 0.51 0.73
Hex D4 95 DD 4 21 0 D 124 33 49
Octal 324 225 335 4 41 0 15 444 63 111
Binary 11010100 10010101 11011101 100 100001 0 1101 100100100 110011 1001001

Color Harmonies of #D495DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D495DD

Black with #D495DD

Text Example


Text Example

White with #D495DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D495DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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