Html Css Color HEX #D289D7 Plum

📋 copy color: '#D289D7'

red 210 ◦ green 137 ◦ blue 215

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

Shades of Plum #D289D7

Tints of Plum #D289D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.26%

R = 37.37%
G = 24.38%
B = 38.26%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D289D7 (or 0xD289D7) is known color: Plum. HEX triplet: D2, 89 and D7. RGB value is (210,137,215). Sum of RGB (Red+Green+Blue) = 210+137+215=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 137 (53.91% from 255 or 24.38% from 562); Blue value is 215 (84.38% from 255 or 38.26% from 562); Max value from RGB is 215 - color contains mainly: blue. Hex color #D289D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D289D7 is #2D7628. Grayscale: #A7A7A7. Windows color (decimal): -2979369 or 14125522. OLE color: 14125522.

HSL color Cylindrical-coordinate representation of color #D289D7: hue angle of 296.15º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D289D7 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 137 215 -
CMYK 0.02 0.36 0 0.16
HSL 296.15º 0.49% 0.69% -
HSV(B) 296.15º 0.36% 0.84% -
XYZ 47.79 36.5 68.82 -
YUV 167.72 154.68 158.16 -
System Red Green Blue C M Y K H S L
Decimal 210 137 215 0.02 0.36 0 0.16 296.15 0.49 0.69
Hex D2 89 D7 2 24 0 10 128 31 45
Octal 322 211 327 2 44 0 20 450 61 105
Binary 11010010 10001001 11010111 10 100100 0 10000 100101000 110001 1000101

Color Harmonies of #D289D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D289D7

Black with #D289D7

Text Example


Text Example

White with #D289D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D289D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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