Html Css Color HEX #D096D5 Plum

📋 copy color: '#D096D5'

red 208 ◦ green 150 ◦ blue 213

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

Shades of Plum #D096D5

Tints of Plum #D096D5

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.27%

 BLUE value IS 213 (83.59% from 255) = 37.3%

R = 36.43%
G = 26.27%
B = 37.3%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D096D5 (or 0xD096D5) is known color: Plum. HEX triplet: D0, 96 and D5. RGB value is (208,150,213). Sum of RGB (Red+Green+Blue) = 208+150+213=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 213 (83.59% from 255 or 37.30% from 571); Max value from RGB is 213 - color contains mainly: blue. Hex color #D096D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D096D5 is #2F692A. Grayscale: #AEAEAE. Windows color (decimal): -3107115 or 13997776. OLE color: 13997776.

HSL color Cylindrical-coordinate representation of color #D096D5: hue angle of 295.24º degrees, saturation: 0.43, 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 #D096D5 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 150 213 -
CMYK 0.02 0.30 0 0.16
HSL 295.24º 0.43% 0.71% -
HSV(B) 295.24º 0.3% 0.84% -
XYZ 48.93 40.03 68.1 -
YUV 174.52 149.72 151.88 -
System Red Green Blue C M Y K H S L
Decimal 208 150 213 0.02 0.30 0 0.16 295.24 0.43 0.71
Hex D0 96 D5 2 1E 0 10 127 2B 47
Octal 320 226 325 2 36 0 20 447 53 107
Binary 11010000 10010110 11010101 10 11110 0 10000 100100111 101011 1000111

Color Harmonies of #D096D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D096D5

Black with #D096D5

Text Example


Text Example

White with #D096D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D096D5; }

 p { color: rgb(208,150,213); }

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

background-color css

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

 a { background-color: rgb(208,150,213); }

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

border-color css

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

 span { border-color: rgb(208,150,213); }

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