Html Css Color HEX #D489E1 Plum

📋 copy color: '#D489E1'

red 212 ◦ green 137 ◦ blue 225

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

Shades of Plum #D489E1

Tints of Plum #D489E1

RGB

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

 GREEN value IS 137 (53.91% from 255) = 23.87%

 BLUE value IS 225 (88.28% from 255) = 39.2%

R = 36.93%
G = 23.87%
B = 39.2%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D489E1 (or 0xD489E1) is known color: Plum. HEX triplet: D4, 89 and E1. RGB value is (212,137,225). Sum of RGB (Red+Green+Blue) = 212+137+225=574 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.93% from 574); Green value is 137 (53.91% from 255 or 23.87% from 574); Blue value is 225 (88.28% from 255 or 39.20% from 574); Max value from RGB is 225 - color contains mainly: blue. Hex color #D489E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D489E1 is #2B761E. Grayscale: #A9A9A9. Windows color (decimal): -2848287 or 14780884. OLE color: 14780884.

HSL color Cylindrical-coordinate representation of color #D489E1: hue angle of 291.14º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D489E1 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 212 137 225 -
CMYK 0.06 0.39 0 0.12
HSL 291.14º 0.59% 0.71% -
HSV(B) 291.14º 0.39% 0.88% -
XYZ 49.69 37.32 75.82 -
YUV 169.46 159.35 158.34 -
System Red Green Blue C M Y K H S L
Decimal 212 137 225 0.06 0.39 0 0.12 291.14 0.59 0.71
Hex D4 89 E1 6 27 0 C 123 3B 47
Octal 324 211 341 6 47 0 14 443 73 107
Binary 11010100 10001001 11100001 110 100111 0 1100 100100011 111011 1000111

Color Harmonies of #D489E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D489E1

Black with #D489E1

Text Example


Text Example

White with #D489E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D489E1; }

 p { color: rgb(212,137,225); }

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

background-color css

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

 a { background-color: rgb(212,137,225); }

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

border-color css

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

 span { border-color: rgb(212,137,225); }

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