Html Css Color HEX #D491D8 Plum

📋 copy color: '#D491D8'

red 212 ◦ green 145 ◦ blue 216

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

Shades of Plum #D491D8

Tints of Plum #D491D8

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.31%

 BLUE value IS 216 (84.77% from 255) = 37.7%

R = 37%
G = 25.31%
B = 37.7%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D491D8 (or 0xD491D8) is known color: Plum. HEX triplet: D4, 91 and D8. RGB value is (212,145,216). Sum of RGB (Red+Green+Blue) = 212+145+216=573 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.00% from 573); Green value is 145 (57.03% from 255 or 25.31% from 573); Blue value is 216 (84.77% from 255 or 37.70% from 573); Max value from RGB is 216 - color contains mainly: blue. Hex color #D491D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D491D8 is #2B6E27. Grayscale: #ACACAC. Windows color (decimal): -2846248 or 14193108. OLE color: 14193108.

HSL color Cylindrical-coordinate representation of color #D491D8: hue angle of 296.62º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D491D8 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 145 216 -
CMYK 0.02 0.33 0 0.15
HSL 296.62º 0.48% 0.71% -
HSV(B) 296.62º 0.33% 0.85% -
XYZ 49.67 39.21 69.92 -
YUV 173.13 152.2 155.73 -
System Red Green Blue C M Y K H S L
Decimal 212 145 216 0.02 0.33 0 0.15 296.62 0.48 0.71
Hex D4 91 D8 2 21 0 F 129 30 47
Octal 324 221 330 2 41 0 17 451 60 107
Binary 11010100 10010001 11011000 10 100001 0 1111 100101001 110000 1000111

Color Harmonies of #D491D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D491D8

Black with #D491D8

Text Example


Text Example

White with #D491D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D491D8; }

 p { color: rgb(212,145,216); }

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

background-color css

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

 a { background-color: rgb(212,145,216); }

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

border-color css

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

 span { border-color: rgb(212,145,216); }

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