Html Css Color HEX #D094D8 Plum

📋 copy color: '#D094D8'

red 208 ◦ green 148 ◦ blue 216

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

Shades of Plum #D094D8

Tints of Plum #D094D8

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.87%

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

R = 36.36%
G = 25.87%
B = 37.76%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D094D8 (or 0xD094D8) is known color: Plum. HEX triplet: D0, 94 and D8. RGB value is (208,148,216). Sum of RGB (Red+Green+Blue) = 208+148+216=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 148 (58.20% from 255 or 25.87% from 572); Blue value is 216 (84.77% from 255 or 37.76% from 572); Max value from RGB is 216 - color contains mainly: blue. Hex color #D094D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D094D8 is #2F6B27. Grayscale: #ADADAD. Windows color (decimal): -3107624 or 14193872. OLE color: 14193872.

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

Color convert

RGB 208 148 216 -
CMYK 0.04 0.31 0 0.15
HSL 292.94º 0.47% 0.71% -
HSV(B) 292.94º 0.31% 0.85% -
XYZ 49 39.55 70.02 -
YUV 173.69 151.88 152.47 -
System Red Green Blue C M Y K H S L
Decimal 208 148 216 0.04 0.31 0 0.15 292.94 0.47 0.71
Hex D0 94 D8 4 1F 0 F 125 2F 47
Octal 320 224 330 4 37 0 17 445 57 107
Binary 11010000 10010100 11011000 100 11111 0 1111 100100101 101111 1000111

Color Harmonies of #D094D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D094D8

Black with #D094D8

Text Example


Text Example

White with #D094D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D094D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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