Html Css Color HEX #D491DA Plum

📋 copy color: '#D491DA'

red 212 ◦ green 145 ◦ blue 218

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

Shades of Plum #D491DA

Tints of Plum #D491DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.91%

R = 36.87%
G = 25.22%
B = 37.91%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D491DA (or 0xD491DA) is known color: Plum. HEX triplet: D4, 91 and DA. RGB value is (212,145,218). Sum of RGB (Red+Green+Blue) = 212+145+218=575 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.87% from 575); Green value is 145 (57.03% from 255 or 25.22% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 218 - color contains mainly: blue. Hex color #D491DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D491DA is #2B6E25. Grayscale: #ADADAD. Windows color (decimal): -2846246 or 14324180. OLE color: 14324180.

HSL color Cylindrical-coordinate representation of color #D491DA: hue angle of 295.07º degrees, saturation: 0.5, 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 #D491DA is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 145 218 -
CMYK 0.03 0.33 0 0.15
HSL 295.07º 0.5% 0.71% -
HSV(B) 295.07º 0.33% 0.85% -
XYZ 49.93 39.31 71.29 -
YUV 173.36 153.2 155.56 -
System Red Green Blue C M Y K H S L
Decimal 212 145 218 0.03 0.33 0 0.15 295.07 0.5 0.71
Hex D4 91 DA 3 21 0 F 127 32 47
Octal 324 221 332 3 41 0 17 447 62 107
Binary 11010100 10010001 11011010 11 100001 0 1111 100100111 110010 1000111

Color Harmonies of #D491DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D491DA

Black with #D491DA

Text Example


Text Example

White with #D491DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D491DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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