Html Css Color HEX #D489DC Plum

📋 copy color: '#D489DC'

red 212 ◦ green 137 ◦ blue 220

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

Shades of Plum #D489DC

Tints of Plum #D489DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.66%

R = 37.26%
G = 24.08%
B = 38.66%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D489DC (or 0xD489DC) is known color: Plum. HEX triplet: D4, 89 and DC. RGB value is (212,137,220). Sum of RGB (Red+Green+Blue) = 212+137+220=569 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.26% from 569); Green value is 137 (53.91% from 255 or 24.08% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #D489DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D489DC is #2B7623. Grayscale: #A8A8A8. Windows color (decimal): -2848292 or 14453204. OLE color: 14453204.

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

Color convert

RGB 212 137 220 -
CMYK 0.04 0.38 0 0.14
HSL 294.22º 0.54% 0.7% -
HSV(B) 294.22º 0.38% 0.86% -
XYZ 49.02 37.06 72.28 -
YUV 168.89 156.85 158.75 -
System Red Green Blue C M Y K H S L
Decimal 212 137 220 0.04 0.38 0 0.14 294.22 0.54 0.7
Hex D4 89 DC 4 26 0 E 126 36 46
Octal 324 211 334 4 46 0 16 446 66 106
Binary 11010100 10001001 11011100 100 100110 0 1110 100100110 110110 1000110

Color Harmonies of #D489DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D489DC

Black with #D489DC

Text Example


Text Example

White with #D489DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D489DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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