Html Css Color HEX #D489DA Plum

📋 copy color: '#D489DA'

red 212 ◦ green 137 ◦ blue 218

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

Shades of Plum #D489DA

Tints of Plum #D489DA

RGB

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

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

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

R = 37.39%
G = 24.16%
B = 38.45%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D489DA (or 0xD489DA) is known color: Plum. HEX triplet: D4, 89 and DA. RGB value is (212,137,218). Sum of RGB (Red+Green+Blue) = 212+137+218=567 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.39% from 567); Green value is 137 (53.91% from 255 or 24.16% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #D489DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D489DA is #2B7625. Grayscale: #A8A8A8. Windows color (decimal): -2848294 or 14322132. OLE color: 14322132.

HSL color Cylindrical-coordinate representation of color #D489DA: hue angle of 295.56º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D489DA is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 137 218 -
CMYK 0.03 0.37 0 0.15
HSL 295.56º 0.52% 0.7% -
HSV(B) 295.56º 0.37% 0.85% -
XYZ 48.75 36.95 70.89 -
YUV 168.66 155.85 158.91 -
System Red Green Blue C M Y K H S L
Decimal 212 137 218 0.03 0.37 0 0.15 295.56 0.52 0.7
Hex D4 89 DA 3 25 0 F 128 34 46
Octal 324 211 332 3 45 0 17 450 64 106
Binary 11010100 10001001 11011010 11 100101 0 1111 100101000 110100 1000110

Color Harmonies of #D489DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D489DA

Black with #D489DA

Text Example


Text Example

White with #D489DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D489DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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