Html Css Color HEX #D489DB Plum

📋 copy color: '#D489DB'

red 212 ◦ green 137 ◦ blue 219

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

Shades of Plum #D489DB

Tints of Plum #D489DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.56%

R = 37.32%
G = 24.12%
B = 38.56%

CMYK

 C value IS 0.03

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D489DB (or 0xD489DB) is known color: Plum. HEX triplet: D4, 89 and DB. RGB value is (212,137,219). Sum of RGB (Red+Green+Blue) = 212+137+219=568 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.32% from 568); Green value is 137 (53.91% from 255 or 24.12% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #D489DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D489DB is #2B7624. Grayscale: #A8A8A8. Windows color (decimal): -2848293 or 14387668. OLE color: 14387668.

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

Color convert

RGB 212 137 219 -
CMYK 0.03 0.37 0 0.14
HSL 294.88º 0.53% 0.7% -
HSV(B) 294.88º 0.37% 0.86% -
XYZ 48.88 37 71.58 -
YUV 168.77 156.35 158.83 -
System Red Green Blue C M Y K H S L
Decimal 212 137 219 0.03 0.37 0 0.14 294.88 0.53 0.7
Hex D4 89 DB 3 25 0 E 127 35 46
Octal 324 211 333 3 45 0 16 447 65 106
Binary 11010100 10001001 11011011 11 100101 0 1110 100100111 110101 1000110

Color Harmonies of #D489DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D489DB

Black with #D489DB

Text Example


Text Example

White with #D489DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D489DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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