Html Css Color HEX #D089D6 Plum

📋 copy color: '#D089D6'

red 208 ◦ green 137 ◦ blue 214

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

Shades of Plum #D089D6

Tints of Plum #D089D6

RGB

 RED value IS 208 (81.64% from 255) = 37.21%

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

 BLUE value IS 214 (83.98% from 255) = 38.28%

R = 37.21%
G = 24.51%
B = 38.28%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D089D6 (or 0xD089D6) is known color: Plum. HEX triplet: D0, 89 and D6. RGB value is (208,137,214). Sum of RGB (Red+Green+Blue) = 208+137+214=559 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.21% from 559); Green value is 137 (53.91% from 255 or 24.51% from 559); Blue value is 214 (83.98% from 255 or 38.28% from 559); Max value from RGB is 214 - color contains mainly: blue. Hex color #D089D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D089D6 is #2F7629. Grayscale: #A6A6A6. Windows color (decimal): -3110442 or 14059984. OLE color: 14059984.

HSL color Cylindrical-coordinate representation of color #D089D6: hue angle of 295.32º degrees, saturation: 0.48, 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 #D089D6 is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 137 214 -
CMYK 0.03 0.36 0 0.16
HSL 295.32º 0.48% 0.69% -
HSV(B) 295.32º 0.36% 0.84% -
XYZ 47.1 36.16 68.11 -
YUV 167.01 154.52 157.24 -
System Red Green Blue C M Y K H S L
Decimal 208 137 214 0.03 0.36 0 0.16 295.32 0.48 0.69
Hex D0 89 D6 3 24 0 10 127 30 45
Octal 320 211 326 3 44 0 20 447 60 105
Binary 11010000 10001001 11010110 11 100100 0 10000 100100111 110000 1000101

Color Harmonies of #D089D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D089D6

Black with #D089D6

Text Example


Text Example

White with #D089D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D089D6; }

 p { color: rgb(208,137,214); }

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

background-color css

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

 a { background-color: rgb(208,137,214); }

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

border-color css

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

 span { border-color: rgb(208,137,214); }

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