Html Css Color HEX #D296DA Plum

📋 copy color: '#D296DA'

red 210 ◦ green 150 ◦ blue 218

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

Shades of Plum #D296DA

Tints of Plum #D296DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.72%

R = 36.33%
G = 25.95%
B = 37.72%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D296DA (or 0xD296DA) is known color: Plum. HEX triplet: D2, 96 and DA. RGB value is (210,150,218). Sum of RGB (Red+Green+Blue) = 210+150+218=578 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.33% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #D296DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D296DA is #2D6925. Grayscale: #AFAFAF. Windows color (decimal): -2976038 or 14325458. OLE color: 14325458.

HSL color Cylindrical-coordinate representation of color #D296DA: hue angle of 292.94º degrees, saturation: 0.48, 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 #D296DA is Cyan = 0.04, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 150 218 -
CMYK 0.04 0.31 0 0.15
HSL 292.94º 0.48% 0.72% -
HSV(B) 292.94º 0.31% 0.85% -
XYZ 50.14 40.58 71.52 -
YUV 175.69 151.88 152.47 -
System Red Green Blue C M Y K H S L
Decimal 210 150 218 0.04 0.31 0 0.15 292.94 0.48 0.72
Hex D2 96 DA 4 1F 0 F 125 30 48
Octal 322 226 332 4 37 0 17 445 60 110
Binary 11010010 10010110 11011010 100 11111 0 1111 100100101 110000 1001000

Color Harmonies of #D296DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D296DA

Black with #D296DA

Text Example


Text Example

White with #D296DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D296DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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