Html Css Color HEX #D089DA Plum

📋 copy color: '#D089DA'

red 208 ◦ green 137 ◦ blue 218

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

Shades of Plum #D089DA

Tints of Plum #D089DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.72%

R = 36.94%
G = 24.33%
B = 38.72%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D089DA (or 0xD089DA) is known color: Plum. HEX triplet: D0, 89 and DA. RGB value is (208,137,218). Sum of RGB (Red+Green+Blue) = 208+137+218=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 137 (53.91% from 255 or 24.33% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 218 - color contains mainly: blue. Hex color #D089DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D089DA is #2F7625. Grayscale: #A7A7A7. Windows color (decimal): -3110438 or 14322128. OLE color: 14322128.

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

Color convert

RGB 208 137 218 -
CMYK 0.05 0.37 0 0.15
HSL 292.59º 0.52% 0.7% -
HSV(B) 292.59º 0.37% 0.85% -
XYZ 47.61 36.36 70.84 -
YUV 167.46 156.52 156.91 -
System Red Green Blue C M Y K H S L
Decimal 208 137 218 0.05 0.37 0 0.15 292.59 0.52 0.7
Hex D0 89 DA 5 25 0 F 125 34 46
Octal 320 211 332 5 45 0 17 445 64 106
Binary 11010000 10001001 11011010 101 100101 0 1111 100100101 110100 1000110

Color Harmonies of #D089DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D089DA

Black with #D089DA

Text Example


Text Example

White with #D089DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D089DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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