Html Css Color HEX #D489DD Plum

📋 copy color: '#D489DD'

red 212 ◦ green 137 ◦ blue 221

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

Shades of Plum #D489DD

Tints of Plum #D489DD

RGB

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

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

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

R = 37.19%
G = 24.04%
B = 38.77%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D489DD (or 0xD489DD) is known color: Plum. HEX triplet: D4, 89 and DD. RGB value is (212,137,221). Sum of RGB (Red+Green+Blue) = 212+137+221=570 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.19% from 570); Green value is 137 (53.91% from 255 or 24.04% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #D489DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D489DD is #2B7622. Grayscale: #A8A8A8. Windows color (decimal): -2848291 or 14518740. OLE color: 14518740.

HSL color Cylindrical-coordinate representation of color #D489DD: hue angle of 293.57º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D489DD is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 137 221 -
CMYK 0.04 0.38 0 0.13
HSL 293.57º 0.55% 0.7% -
HSV(B) 293.57º 0.38% 0.87% -
XYZ 49.15 37.11 72.98 -
YUV 169 157.35 158.67 -
System Red Green Blue C M Y K H S L
Decimal 212 137 221 0.04 0.38 0 0.13 293.57 0.55 0.7
Hex D4 89 DD 4 26 0 D 126 37 46
Octal 324 211 335 4 46 0 15 446 67 106
Binary 11010100 10001001 11011101 100 100110 0 1101 100100110 110111 1000110

Color Harmonies of #D489DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D489DD

Black with #D489DD

Text Example


Text Example

White with #D489DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D489DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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