Html Css Color HEX #D089D8 Plum

📋 copy color: '#D089D8'

red 208 ◦ green 137 ◦ blue 216

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

Shades of Plum #D089D8

Tints of Plum #D089D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.5%

R = 37.08%
G = 24.42%
B = 38.5%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D089D8 (or 0xD089D8) is known color: Plum. HEX triplet: D0, 89 and D8. RGB value is (208,137,216). Sum of RGB (Red+Green+Blue) = 208+137+216=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 137 (53.91% from 255 or 24.42% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 216 - color contains mainly: blue. Hex color #D089D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D089D8 is #2F7627. Grayscale: #A6A6A6. Windows color (decimal): -3110440 or 14191056. OLE color: 14191056.

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

Color convert

RGB 208 137 216 -
CMYK 0.04 0.37 0 0.15
HSL 293.92º 0.5% 0.69% -
HSV(B) 293.92º 0.37% 0.85% -
XYZ 47.35 36.26 69.47 -
YUV 167.24 155.52 157.08 -
System Red Green Blue C M Y K H S L
Decimal 208 137 216 0.04 0.37 0 0.15 293.92 0.5 0.69
Hex D0 89 D8 4 25 0 F 126 32 45
Octal 320 211 330 4 45 0 17 446 62 105
Binary 11010000 10001001 11011000 100 100101 0 1111 100100110 110010 1000101

Color Harmonies of #D089D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D089D8

Black with #D089D8

Text Example


Text Example

White with #D089D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D089D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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