Html Css Color HEX #D296D3 Plum

📋 copy color: '#D296D3'

red 210 ◦ green 150 ◦ blue 211

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

Shades of Plum #D296D3

Tints of Plum #D296D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.95%

R = 36.78%
G = 26.27%
B = 36.95%

CMYK

 C value IS 0.00

 M value IS 0.29

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D296D3 (or 0xD296D3) is known color: Plum. HEX triplet: D2, 96 and D3. RGB value is (210,150,211). Sum of RGB (Red+Green+Blue) = 210+150+211=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 150 (58.98% from 255 or 26.27% from 571); Blue value is 211 (82.81% from 255 or 36.95% from 571); Max value from RGB is 211 - color contains mainly: blue. Hex color #D296D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D296D3 is #2D692C. Grayscale: #AEAEAE. Windows color (decimal): -2976045 or 13866706. OLE color: 13866706.

HSL color Cylindrical-coordinate representation of color #D296D3: hue angle of 299.02º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D296D3 is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 210 150 211 -
CMYK 0.00 0.29 0 0.17
HSL 299.02º 0.41% 0.71% -
HSV(B) 299.02º 0.29% 0.83% -
XYZ 49.24 40.22 66.8 -
YUV 174.89 148.38 153.04 -
System Red Green Blue C M Y K H S L
Decimal 210 150 211 0.00 0.29 0 0.17 299.02 0.41 0.71
Hex D2 96 D3 0 1D 0 11 12B 29 47
Octal 322 226 323 0 35 0 21 453 51 107
Binary 11010010 10010110 11010011 0 11101 0 10001 100101011 101001 1000111

Color Harmonies of #D296D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D296D3

Black with #D296D3

Text Example


Text Example

White with #D296D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D296D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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