Html Css Color HEX #D296DC Plum

📋 copy color: '#D296DC'

red 210 ◦ green 150 ◦ blue 220

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

Shades of Plum #D296DC

Tints of Plum #D296DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.93%

R = 36.21%
G = 25.86%
B = 37.93%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D296DC (or 0xD296DC) is known color: Plum. HEX triplet: D2, 96 and DC. RGB value is (210,150,220). Sum of RGB (Red+Green+Blue) = 210+150+220=580 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.21% from 580); Green value is 150 (58.98% from 255 or 25.86% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #D296DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D296DC is #2D6923. Grayscale: #AFAFAF. Windows color (decimal): -2976036 or 14456530. OLE color: 14456530.

HSL color Cylindrical-coordinate representation of color #D296DC: hue angle of 291.43º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D296DC is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 150 220 -
CMYK 0.05 0.32 0 0.14
HSL 291.43º 0.5% 0.73% -
HSV(B) 291.43º 0.32% 0.86% -
XYZ 50.4 40.68 72.91 -
YUV 175.92 152.88 152.31 -
System Red Green Blue C M Y K H S L
Decimal 210 150 220 0.05 0.32 0 0.14 291.43 0.5 0.73
Hex D2 96 DC 5 20 0 E 123 32 49
Octal 322 226 334 5 40 0 16 443 62 111
Binary 11010010 10010110 11011100 101 100000 0 1110 100100011 110010 1001001

Color Harmonies of #D296DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D296DC

Black with #D296DC

Text Example


Text Example

White with #D296DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D296DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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