Html Css Color HEX #D296D8 Plum

📋 copy color: '#D296D8'

red 210 ◦ green 150 ◦ blue 216

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

Shades of Plum #D296D8

Tints of Plum #D296D8

RGB

 RED value IS 210 (82.42% from 255) = 36.46%

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

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

R = 36.46%
G = 26.04%
B = 37.5%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D296D8 (or 0xD296D8) is known color: Plum. HEX triplet: D2, 96 and D8. RGB value is (210,150,216). Sum of RGB (Red+Green+Blue) = 210+150+216=576 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.46% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 216 (84.77% from 255 or 37.5% from 576); Max value from RGB is 216 - color contains mainly: blue. Hex color #D296D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D296D8 is #2D6927. Grayscale: #AFAFAF. Windows color (decimal): -2976040 or 14194386. OLE color: 14194386.

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

Color convert

RGB 210 150 216 -
CMYK 0.03 0.31 0 0.15
HSL 294.55º 0.46% 0.72% -
HSV(B) 294.55º 0.31% 0.85% -
XYZ 49.88 40.47 70.15 -
YUV 175.46 150.88 152.63 -
System Red Green Blue C M Y K H S L
Decimal 210 150 216 0.03 0.31 0 0.15 294.55 0.46 0.72
Hex D2 96 D8 3 1F 0 F 127 2E 48
Octal 322 226 330 3 37 0 17 447 56 110
Binary 11010010 10010110 11011000 11 11111 0 1111 100100111 101110 1001000

Color Harmonies of #D296D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D296D8

Black with #D296D8

Text Example


Text Example

White with #D296D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D296D8; }

 p { color: rgb(210,150,216); }

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

background-color css

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

 a { background-color: rgb(210,150,216); }

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

border-color css

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

 span { border-color: rgb(210,150,216); }

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