Html Css Color HEX #D289DD Plum

📋 copy color: '#D289DD'

red 210 ◦ green 137 ◦ blue 221

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

Shades of Plum #D289DD

Tints of Plum #D289DD

RGB

 RED value IS 210 (82.42% from 255) = 36.97%

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

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

R = 36.97%
G = 24.12%
B = 38.91%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D289DD (or 0xD289DD) is known color: Plum. HEX triplet: D2, 89 and DD. RGB value is (210,137,221). Sum of RGB (Red+Green+Blue) = 210+137+221=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 137 (53.91% from 255 or 24.12% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #D289DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D289DD is #2D7622. Grayscale: #A8A8A8. Windows color (decimal): -2979363 or 14518738. OLE color: 14518738.

HSL color Cylindrical-coordinate representation of color #D289DD: hue angle of 292.14º 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 #D289DD is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 137 221 -
CMYK 0.05 0.38 0 0.13
HSL 292.14º 0.55% 0.7% -
HSV(B) 292.14º 0.38% 0.87% -
XYZ 48.58 36.81 72.95 -
YUV 168.4 157.68 157.67 -
System Red Green Blue C M Y K H S L
Decimal 210 137 221 0.05 0.38 0 0.13 292.14 0.55 0.7
Hex D2 89 DD 5 26 0 D 124 37 46
Octal 322 211 335 5 46 0 15 444 67 106
Binary 11010010 10001001 11011101 101 100110 0 1101 100100100 110111 1000110

Color Harmonies of #D289DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D289DD

Black with #D289DD

Text Example


Text Example

White with #D289DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D289DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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