Html Css Color HEX #D995D6 Plum

📋 copy color: '#D995D6'

red 217 ◦ green 149 ◦ blue 214

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

Shades of Plum #D995D6

Tints of Plum #D995D6

RGB

 RED value IS 217 (85.16% from 255) = 37.41%

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

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

R = 37.41%
G = 25.69%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#D995D6 (or 0xD995D6) is known color: Plum. HEX triplet: D9, 95 and D6. RGB value is (217,149,214). Sum of RGB (Red+Green+Blue) = 217+149+214=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 149 (58.59% from 255 or 25.69% from 580); Blue value is 214 (83.98% from 255 or 36.90% from 580); Max value from RGB is 217 - color contains mainly: red. Hex color #D995D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D995D6 is #266A29. Grayscale: #B0B0B0. Windows color (decimal): -2517546 or 14063065. OLE color: 14063065.

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

Color convert

RGB 217 149 214 -
CMYK 0 0.31 0.01 0.15
HSL 302.65º 0.47% 0.72% -
HSV(B) 302.65º 0.31% 0.85% -
XYZ 51.5 41.1 68.84 -
YUV 176.74 149.03 156.71 -
System Red Green Blue C M Y K H S L
Decimal 217 149 214 0 0.31 0.01 0.15 302.65 0.47 0.72
Hex D9 95 D6 0 1F 1 F 12F 2F 48
Octal 331 225 326 0 37 1 17 457 57 110
Binary 11011001 10010101 11010110 0 11111 1 1111 100101111 101111 1001000

Color Harmonies of #D995D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D995D6

Black with #D995D6

Text Example


Text Example

White with #D995D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D995D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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