Html Css Color HEX #D095D6 Plum

📋 copy color: '#D095D6'

red 208 ◦ green 149 ◦ blue 214

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

Shades of Plum #D095D6

Tints of Plum #D095D6

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.09%

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

R = 36.43%
G = 26.09%
B = 37.48%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D095D6 (or 0xD095D6) is known color: Plum. HEX triplet: D0, 95 and D6. RGB value is (208,149,214). Sum of RGB (Red+Green+Blue) = 208+149+214=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 149 (58.59% from 255 or 26.09% from 571); Blue value is 214 (83.98% from 255 or 37.48% from 571); Max value from RGB is 214 - color contains mainly: blue. Hex color #D095D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D095D6 is #2F6A29. Grayscale: #ADADAD. Windows color (decimal): -3107370 or 14063056. OLE color: 14063056.

HSL color Cylindrical-coordinate representation of color #D095D6: hue angle of 294.46º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D095D6 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 149 214 -
CMYK 0.03 0.30 0 0.16
HSL 294.46º 0.44% 0.71% -
HSV(B) 294.46º 0.3% 0.84% -
XYZ 48.9 39.76 68.72 -
YUV 174.05 150.55 152.21 -
System Red Green Blue C M Y K H S L
Decimal 208 149 214 0.03 0.30 0 0.16 294.46 0.44 0.71
Hex D0 95 D6 3 1E 0 10 126 2C 47
Octal 320 225 326 3 36 0 20 446 54 107
Binary 11010000 10010101 11010110 11 11110 0 10000 100100110 101100 1000111

Color Harmonies of #D095D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D095D6

Black with #D095D6

Text Example


Text Example

White with #D095D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D095D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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